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 2000-07-09.21:25:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Why use n - copy.copy(m)?  It's much simpler to use n = m[:].

Note that dospath probably also has this.  And macpath should have one.

I'm +1 on fixing the functionality if it's indeed broken as Skip reports; haven't looked at the code in detail (except I noted the import copy).
History
Date User Action Args
2007-08-23 15:00:07adminlinkissue400788 messages
2007-08-23 15:00:07admincreate