summaryrefslogtreecommitdiffstats
path: root/Modules/_sre.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-27 06:07:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-27 06:07:46 (GMT)
commit1985f7b133d2ff1f695354c50a09a7c859a1d5a4 (patch)
treeb4b22575877c830ff8aba95d0875e9986e6cdb40 /Modules/_sre.c
parentb9dcfea092fa223de2a89c8eae6bb4e7dc2d8959 (diff)
parentefa5a39fa594738d99dd8829400a9b7697d98b29 (diff)
downloadcpython-1985f7b133d2ff1f695354c50a09a7c859a1d5a4.zip
cpython-1985f7b133d2ff1f695354c50a09a7c859a1d5a4.tar.gz
cpython-1985f7b133d2ff1f695354c50a09a7c859a1d5a4.tar.bz2
Issue #19405: Fixed outdated comments in the _sre module.
Diffstat (limited to 'Modules/_sre.c')
-rw-r--r--Modules/_sre.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/_sre.c b/Modules/_sre.c
index 9e79855..2d6961b 100644
--- a/Modules/_sre.c
+++ b/Modules/_sre.c
@@ -1348,8 +1348,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 */