Files
typeshed/stdlib
Jelle Zijlstra d1da44dc1b add bytes.__mod__ (#1212)
Fixes python/mypy#3247

Also reviewed some related logic:
- __mod__ was added to both bytes and bytearray with PEP 461, which went into 3.5
- str.__mod__ takes only one argument, and the signature calls it "value"
- In Python 2, bytearray doesn't have __mod__ (and typeshed correctly omits it)
2017-04-27 08:07:59 -07:00
..
2017-04-25 16:34:45 -07:00
2017-04-27 08:07:59 -07:00
2017-04-24 15:30:59 -07:00
2017-03-20 20:07:58 -07:00