[New-bugs-announce] [issue11797] 2to3 does not correct "reload"

Miki Tebeka report at bugs.python.org
Thu Apr 7 17:57:24 CEST 2011


New submission from Miki Tebeka <miki.tebeka at gmail.com>:

The following code is not changed by 2to3::
    
    import os
    reload(os)

reload has moved to the imp module.

----------
components: 2to3 (2.x to 3.0 conversion tool)
messages: 133223
nosy: tebeka
priority: normal
severity: normal
status: open
title: 2to3 does not correct "reload"

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11797>
_______________________________________


More information about the New-bugs-announce mailing list