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 loewis
Recipients
Date 2001-04-26.07:59:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch registers the three SRE types in the copy
module as immutable, atomic types. This is not
completely correct, since pattern.groupindex is a
mutable object (a dictionary). Since nobody *should*
change that dictionary, treating it as immutable is
sufficient.
History
Date User Action Args
2007-08-23 15:04:56adminlinkissue419070 messages
2007-08-23 15:04:56admincreate