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 serhiy.storchaka
Recipients alexandre.vassalotti, ethan.furman, fdrake, serhiy.storchaka, vstinner
Date 2016-01-25.21:47:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453758444.75.0.160318781331.issue26202@psf.upfronthosting.co.za>
In-reply-to
Content
Returning the same range() object from copy.copy() is correct. This is shallow copying.
History
Date User Action Args
2016-01-25 21:47:24serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, vstinner, alexandre.vassalotti, ethan.furman
2016-01-25 21:47:24serhiy.storchakasetmessageid: <1453758444.75.0.160318781331.issue26202@psf.upfronthosting.co.za>
2016-01-25 21:47:24serhiy.storchakalinkissue26202 messages
2016-01-25 21:47:24serhiy.storchakacreate