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 skip.montanaro
Recipients
Date 2007-06-28.14:38:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Would it have made sense to save the class when registering then
return a new instance from get_dialect()?  I believe the current
scheme instantiates the dialect being registered, then returns that
object anytime get_dialect is called.  That would have allowed the
user to modify the returned dialect to their heart's content without
messing up the registered dialect.

At the very least I think this change needs to be documented.
History
Date User Action Args
2007-08-23 14:58:05adminlinkissue1744580 messages
2007-08-23 14:58:05admincreate