[issue4798] Update deprecation of 'new' module in PEP 4.

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Applied the doc patch in r68121. Updated PEP 4 to point to PEP 3108 (which contains a list of all modules removed in 3k and deprecated in 2.6, not just "new") in r68122. -- resolution: -> fixed status: open -> closed ___

[issue4798] Update deprecation of 'new' module in PEP 4.

2008-12-31 Thread Vikram U Shenoy
Changes by Vikram U Shenoy : Added file: http://bugs.python.org/file12517/pep_update_for_new_module_dec_31_2008.patch ___ Python tracker ___ _

[issue4798] Update deprecation of 'new' module in PEP 4.

2008-12-31 Thread Vikram U Shenoy
New submission from Vikram U Shenoy : Attached are two patches: * Update PEP 4 about 'new' module which is deprecated since python 2.6 in favour of using types module. * Update documentation for 'new' module. Not sure about the exact date of proposal for deprecating 'new' module, but closest t