Skip to content

Commit

Permalink
version -> version_info
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Jan 8, 2020
1 parent 48ffe3c commit ab67534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion six.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class _MovedItems(_LazyModule):
MovedModule("copyreg", "copy_reg"),
MovedModule("dbm_gnu", "gdbm", "dbm.gnu"),
MovedModule("dbm_ndbm", "dbm", "dbm.ndbm"),
MovedModule("_dummy_thread", "dummy_thread", "_dummy_thread" if sys.version < (3, 9) else "_thread"),
MovedModule("_dummy_thread", "dummy_thread", "_dummy_thread" if sys.version_info < (3, 9) else "_thread"),
MovedModule("http_cookiejar", "cookielib", "http.cookiejar"),
MovedModule("http_cookies", "Cookie", "http.cookies"),
MovedModule("html_entities", "htmlentitydefs", "html.entities"),
Expand Down

0 comments on commit ab67534

Please sign in to comment.