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 barry
Recipients alexandre.vassalotti, barry, dangyogi, serhiy.storchaka
Date 2017-04-16.15:12:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492355568.52.0.385012864151.issue29902@psf.upfronthosting.co.za>
In-reply-to
Content
I'd be very hesitant to add anything to 2.7 that changes (even broken) behavior here.  It might make more sense to backport the more strict checks to 3.5.  OTOH, we can save people from all programming errors, and if warnings are basically ignored (plus, adding warnings *can* break things), then perhaps we should only document the limitations.

There's already some description of copy()'s limitations, so either add another warning there, or in the static method objects description in section 3.2
History
Date User Action Args
2017-04-16 15:12:48barrysetrecipients: + barry, alexandre.vassalotti, dangyogi, serhiy.storchaka
2017-04-16 15:12:48barrysetmessageid: <1492355568.52.0.385012864151.issue29902@psf.upfronthosting.co.za>
2017-04-16 15:12:48barrylinkissue29902 messages
2017-04-16 15:12:48barrycreate