Ticket #362 (new enhancement)

Opened 2 months ago

Last modified 2 months ago

DeprecationWarning: In 3.x, reload() is renamed to imp.reload()

Reported by: thijs Owned by: nick
Priority: major Milestone: Python 3000
Component: Utility Version: 0.3.1
Keywords: Cc:

Description

The py2.6 buildbot with the -3 option shows:

DeprecationWarning: In 3.x, reload() is renamed to imp.reload()

Change History

comment:1 Changed 2 months ago by thijs

Also:

DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
Note: See TracTickets for help on using tickets.