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 r.david.murray
Recipients eng793, ezio.melotti, r.david.murray
Date 2012-09-01.01:39:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346463552.02.0.200940887965.issue15826@psf.upfronthosting.co.za>
In-reply-to
Content
Is test_bytes_glob_directory_with_trailing_slash unique to bytes, or should it be added to the base class instead?

What would be useful as bytes-only tests, I think, would be tests of non-ascii stuff.

Although that makes me wonder, do we test non-ascii unicode in the string tests?  I presume that ought to be tested, too, though I suppose that could be tricky if the default encoding of the system the tests are running on can't handle the selected characters (such as, if it is ASCII).

Both of those are extras, though, the main question before committing this patch is the first one.
History
Date User Action Args
2012-09-01 01:39:12r.david.murraysetrecipients: + r.david.murray, ezio.melotti, eng793
2012-09-01 01:39:12r.david.murraysetmessageid: <1346463552.02.0.200940887965.issue15826@psf.upfronthosting.co.za>
2012-09-01 01:39:11r.david.murraylinkissue15826 messages
2012-09-01 01:39:11r.david.murraycreate