Done
Details
Priority
MediumAssignee
Jesse SopelJesse SopelReporter
Jesse SopelJesse SopelApprovers
François BlackburnFix versions
Sprint
None
Details
Details
Priority
Assignee
Jesse Sopel
Jesse SopelReporter
Jesse Sopel
Jesse SopelApprovers
François Blackburn
Fix versions
Sprint
None
Zendesk Support
Zendesk Support
Zendesk Support
Created January 19, 2023 at 3:23 PM
Updated February 2, 2023 at 1:20 PM
Resolved January 20, 2023 at 1:46 PM
Fix some things that will break in 3.9, but are still compatible with 3.7.
Examples:
importing
ABC
fromcollections
is removed, usefrom abc
macpath
module removedplatform.popen
→os.popen
time.clock
removed, usetime.perf_counter
pyvenv
removed, usepython -m venv
filemode
removed from tarfile moduleXMLParser
no longer acceptshtml
argumentRemoved
doctype
from XMLParserarray: tostring() and fromstring() removed
base64
encodestring
anddecodestring
removed (now encodebytes/decodebytes)json.loads()
no longer acceptsencoding
paramunescape
removed from HTMLParser, usehtml.unescape
_dummy_thread
anddummy_threading
modules removed__import__()
now raises ImportError instead of ValueErrorUnexpected errors in calling the
__iter__
method are no longer masked by TypeError