[issue13592] repr(regex) doesn't include actual regex

Raymond Hettinger report at bugs.python.org
Thu Dec 22 22:44:28 CET 2011


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

"I don't see how eval()able repr is a big deal. Most reprs aren't, ..."

Sometimes, I wonder if we're even talking about the same programming language.  Historically, a good deal of effort has gone into creating evalable reprs, if only because they accurately describe an object and because they teach users how to create similar objects.  

But it only takes one committer who doesn't care about evalable reprs to permanently break the pattern for everyone :-(

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13592>
_______________________________________


More information about the Python-bugs-list mailing list