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 gvanrossum
Recipients
Date 2007-03-23.05:01:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Committed revision 54539.

The committed version issues warnings rather than errors when both methods are overridden, to avoid too much breakage.

The string.py change was necessary to avoid spurious warnings (with no module/lineno!) and breakage of test_subprocess.py.  Something fishy's going on -- is string.Template() used by the warnings module or by site.py???

I'm leaving this bug open but changing the category to Py3k so remind me it needs to be merged and then changed there.
History
Date User Action Args
2007-08-23 14:52:37adminlinkissue1683368 messages
2007-08-23 14:52:37admincreate