[issue10669] Remove Deprecation Warnings

2010-12-10 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> d...@python components: +Documentation nosy: +d...@python, ezio.melotti ___ Python tracker ___

[issue10669] Remove Deprecation Warnings

2010-12-10 Thread Rusi
Rusi added the comment: Hi Eric Sorry for not being clear. This is more of a feature request than a bug report as suggested by Terry Reedy on the python mailing list (see here http://mail.python.org/pipermail/python-list/2010-December/1262149.html The warnings are in my code. The main problems

[issue10669] Remove Deprecation Warnings

2010-12-10 Thread Eric Smith
Eric Smith added the comment: Are the warnings originating in your code, or in the standard library, or elsewhere? If in the standard library, please provide specific details. -- nosy: +eric.smith ___ Python tracker

[issue10669] Remove Deprecation Warnings

2010-12-09 Thread Rusi
New submission from Rusi : I am trying to port some app from 2.x to 3.x Terry Reedy suggested using 2.7 I get deprecation warnings (with -3 flag) I would be good to have a place to check all such and have suggested solutions -- components: 2to3 (2.x to 3.0 conversion tool) messages: 123