hauntsaninja
|
64252bfef4
|
zipfile: fix typo in parameter for PyZipFile (#3573)
|
2020-01-05 16:12:44 +01:00 |
|
hauntsaninja
|
b7530cc79e
|
Add __init__ for subclasses of MappingView in python2 (#3570)
Resolves #3549 for python2
|
2020-01-05 15:11:38 +01:00 |
|
hauntsaninja
|
6b321548c4
|
random: fix type for sample (#3525)
Fixes #3374
|
2019-12-04 13:07:24 -08:00 |
|
hauntsaninja
|
5fdd6ad1a5
|
builtins.print: make sep and end Optional (#3468) (#3511)
The docs for Python 2 and Python 3 both explicitly mentions that None is a
valid value for sep and end.
https://docs.python.org/3/library/functions.html#print
|
2019-11-29 06:02:30 -08:00 |
|