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 serhiy.storchaka
Recipients eric.araujo, ezio.melotti, fredeom, mashayk, serhiy.storchaka
Date 2012-10-17.20:30:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350505833.34.0.227858751188.issue12759@psf.upfronthosting.co.za>
In-reply-to
Content
> My only question is, the exception we raise now says, there invalid characters in the group name, whether in our case the group name is just empty.

Good point. It would be better if you move the test outside isname() function and immediately raise an error with an appropriate message.
History
Date User Action Args
2012-10-17 20:30:33serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, eric.araujo, fredeom, mashayk
2012-10-17 20:30:33serhiy.storchakasetmessageid: <1350505833.34.0.227858751188.issue12759@psf.upfronthosting.co.za>
2012-10-17 20:30:33serhiy.storchakalinkissue12759 messages
2012-10-17 20:30:33serhiy.storchakacreate