diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-27 08:04:58 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-27 08:04:58 +0200 |
commit | efa5a39fa594738d99dd8829400a9b7697d98b29 (patch) | |
tree | eee52632d9ca9cdb8c521097ee4d42e368deaa27 /Modules/_sre.c | |
parent | 246eb1105842c746a80865cd492502ad413949c2 (diff) | |
download | cpython-git-efa5a39fa594738d99dd8829400a9b7697d98b29.tar.gz |
Issue #19405: Fixed outdated comments in the _sre module.
Diffstat (limited to 'Modules/_sre.c')
-rw-r--r-- | Modules/_sre.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/_sre.c b/Modules/_sre.c index 787809fd0f..1c76d24dbd 100644 --- a/Modules/_sre.c +++ b/Modules/_sre.c @@ -2749,8 +2749,7 @@ _compile(PyObject* self_, PyObject* args) \_________\_____/ / \____________/ - It also helps that SRE_CODE is always an unsigned type, either 2 bytes or 4 - bytes wide (the latter if Python is compiled for "wide" unicode support). + It also helps that SRE_CODE is always an unsigned type. */ /* Defining this one enables tracing of the validator */ |