This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients andreas.schawo, mark.dickinson
Date 2009-03-10.07:46:48
SpamBayes Score 6.7547326e-08
Marked as misclassified No
Message-id <1236671210.12.0.14221598148.issue5463@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch!  Certainly it's desirable to get rid
of this warning, especially as in this case the warning indicates
a genuine problem:  namely that there's unused code floating around. 

I think it would not be unreasonable to simply remove the code
that's #ifdef'd away.  It was there for backwards compatibility,
and should no longer be needed in 3.0 and 3.1.
History
Date User Action Args
2009-03-10 07:46:50mark.dickinsonsetrecipients: + mark.dickinson, andreas.schawo
2009-03-10 07:46:50mark.dickinsonsetmessageid: <1236671210.12.0.14221598148.issue5463@psf.upfronthosting.co.za>
2009-03-10 07:46:48mark.dickinsonlinkissue5463 messages
2009-03-10 07:46:48mark.dickinsoncreate