]> granicus.if.org Git - python/commit
Renamed the repr module to reprlib.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 16 May 2008 06:37:57 +0000 (06:37 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 16 May 2008 06:37:57 +0000 (06:37 +0000)
commit95d97c7390beb72083dac5a801cadfb4c1379fe5
treec8d721828711e47fa02081e2a71768ad68799fd7
parent5915a4dcfebf74d0a2c99848ede619f5bf7d2899
Renamed the repr module to reprlib.
Added stub module for repr.
Lib/lib-old/repr.py [new file with mode: 0644]
Lib/reprlib.py [moved from Lib/repr.py with 100% similarity]
Lib/test/test_py3kwarn.py
Misc/NEWS