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 python-dev
Recipients pitrou, python-dev, serhiy.storchaka
Date 2012-12-16.15:05:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YPTMX4mP4zNmw@mail.python.org>
In-reply-to
Content
New changeset 96f19274de18 by Antoine Pitrou in branch '3.2':
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
http://hg.python.org/cpython/rev/96f19274de18

New changeset ed8134df30e4 by Antoine Pitrou in branch '3.3':
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
http://hg.python.org/cpython/rev/ed8134df30e4

New changeset 9e898ee68388 by Antoine Pitrou in branch 'default':
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
http://hg.python.org/cpython/rev/9e898ee68388
History
Date User Action Args
2012-12-16 15:05:45python-devsetrecipients: + python-dev, pitrou, serhiy.storchaka
2012-12-16 15:05:45python-devlinkissue16696 messages
2012-12-16 15:05:45python-devcreate