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 tim.peters
Recipients Anthony Sottile, kleshni, nedbat, tim.peters
Date 2020-05-12.14:54:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589295286.47.0.727312871905.issue40480@roundup.psfhosted.org>
In-reply-to
Content
Ned, I'm happy to do this. While the ability to join wasn't documented, it's not an unreasonable expectation. I'm not sure it's possible to fail _unless_ the regexps use named groups (and/or numbered backreferences) - and nobody in their right mind would expect regexps for such simple patterns to do such a thing ;-)

So chances seem decent the regression your user stumbled into wouldn't be the only one to pop up.  The fix was actually quite easy (and thanks to Anthony for nudging me in that direction!).  The annoying part was writing a test given that the precise group names generated are no longer predictable :-(
History
Date User Action Args
2020-05-12 14:54:46tim.peterssetrecipients: + tim.peters, nedbat, Anthony Sottile, kleshni
2020-05-12 14:54:46tim.peterssetmessageid: <1589295286.47.0.727312871905.issue40480@roundup.psfhosted.org>
2020-05-12 14:54:46tim.peterslinkissue40480 messages
2020-05-12 14:54:46tim.peterscreate