Skip to content

import Python 3 native modules - #9703

Merged
michaelDCurran merged 2 commits into
threshold_py3_stagingfrom
py3_nativeImports
Jun 9, 2019
Merged

import Python 3 native modules#9703
michaelDCurran merged 2 commits into
threshold_py3_stagingfrom
py3_nativeImports

Conversation

@michaelDCurran

Copy link
Copy Markdown
Member

Link to issue number:

None.

Summary of the issue:

Several modules from the standard library have been renamed in Python 3. In particular:

  • Queue is now queue
  • _winreg is now winreg
  • cStringIO is now io.StringIO

Description of how this pull request fixes the issue:

Cherry picked commit e047a68 from pr #9543, fixed some conflicts, and added one missing change from nvda.pyw.
Reviewed by @michaelDCurran when cherry picked.
grepped for existance of all old modules.

Testing performed:

tbd.

Known issues with pull request:

None

Change log entry:

None

Section: New features, Changes, Bug fixes

@michaelDCurran
michaelDCurran merged commit 5b67a1b into threshold_py3_staging Jun 9, 2019
@nvaccessAuto nvaccessAuto added this to the 2019.3 milestone Jun 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants