cpython/Lib/test/test_zipfile
Gregory P. Smith 5927013e47
gh-101144: Allow open and read_text encoding to be positional. (#101145)
The zipfile.Path open() and read_text() encoding parameter can be supplied as a positional argument without causing a TypeError again. 3.10.0b1 included a regression that made it keyword only.

Documentation update included as users writing code to be compatible with a wide range of versions will need to consider this for some time.
2023-01-19 23:04:30 -08:00
..
__init__.py
__main__.py
_functools.py gh-98108: Add limited pickleability to zipfile.Path (GH-98109) 2022-11-26 13:05:41 -05:00
_itertools.py gh-98108: Add limited pickleability to zipfile.Path (GH-98109) 2022-11-26 13:05:41 -05:00
_test_params.py gh-98108: Add limited pickleability to zipfile.Path (GH-98109) 2022-11-26 13:05:41 -05:00
test_core.py gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdrive() (GH-100351) 2023-01-12 19:24:57 +00:00
test_path.py gh-101144: Allow open and read_text encoding to be positional. (#101145) 2023-01-19 23:04:30 -08:00