[Python-checkins] cpython: comment about how flags could be expanded

benjamin.peterson python-checkins at python.org
Mon Jan 16 03:26:28 CET 2012


http://hg.python.org/cpython/rev/4cf9f7dc32c2
changeset:   74424:4cf9f7dc32c2
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Jan 15 21:26:23 2012 -0500
summary:
  comment about how flags could be expanded

files:
  Objects/unicodectype.c |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Objects/unicodectype.c b/Objects/unicodectype.c
--- a/Objects/unicodectype.c
+++ b/Objects/unicodectype.c
@@ -34,6 +34,7 @@
     const int upper;
     const int lower;
     const int title;
+    /* Note if more flag space is needed, decimal and digit could be unified. */
     const unsigned char decimal;
     const unsigned char digit;
     const unsigned short flags;

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list