Benjamin Peterson
|
be66287e20
|
normalization is different between unicode builds, so use a new non-BMP char and add normalization test
|
2011-08-12 23:35:34 -05:00 |
Benjamin Peterson
|
f413b80806
|
in narrow builds, make sure to test codepoints as identifier characters (closes #12732)
This fixes the use of Unicode identifiers outside the BMP in narrow builds.
|
2011-08-12 22:17:18 -05:00 |
Ezio Melotti
|
b3aedd4862
|
#9424: Replace deprecated assert* methods in the Python test suite.
|
2010-11-20 19:04:17 +00:00 |
Alexander Belopolsky
|
e8f583244a
|
Issue #9308: Removed redundant coding cookies. Added tests for
importing encoded modules that do not depend on specific stdlib
modules being encoded in a certain way.
|
2010-10-15 16:28:20 +00:00 |
Benjamin Peterson
|
ee8712cda4
|
#2621 rename test.test_support to test.support
|
2008-05-20 21:35:26 +00:00 |
Martin v. Löwis
|
47383403a0
|
Implement PEP 3131. Add isidentifier to str.
|
2007-08-15 07:32:56 +00:00 |