Page MenuHomePhorge

[Python 3] dropped module anydbm
ClosedPublic

Authored by ghane on Mar 13 2022, 7:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 26, 1:46 AM
Unknown Object (File)
Sat, Mar 23, 12:30 AM
Unknown Object (File)
Thu, Mar 14, 3:46 AM
Unknown Object (File)
Sat, Mar 2, 4:44 PM
Unknown Object (File)
Feb 24 2024, 1:56 AM
Unknown Object (File)
Jan 20 2024, 12:17 AM
Unknown Object (File)
Jan 19 2024, 6:14 PM
Unknown Object (File)
Jan 16 2024, 1:40 AM
Subscribers
None

Details

Summary

like D3355,

Note: The anydbm module has been renamed to dbm in Python 3. The 2to3 tool will automatically adapt imports when converting your sources to Python 3.
https://docs.python.org/2.7/library/anydbm.html
dbm linked to
https://docs.python.org/2.7/library/dbm.html#module-dbm
Note: The dbm module has been renamed to dbm.ndbm in Python 3. The 2to3 tool will automatically adapt imports when converting your sources to Python 3.

so I tested db file, created with 2.7 and used with dbm.ndbm in 3.7

Diff Detail

Repository
rP pykolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ghane requested review of this revision.Mar 13 2022, 7:11 PM
ghane created this revision.
ghane added a reviewer: PyKolab Developers.
This revision is now accepted and ready to land.Mar 13 2022, 8:50 PM
This revision was automatically updated to reflect the committed changes.