[Python-checkins] r75029 - python/branches/release31-maint

mark.dickinson python-checkins at python.org
Tue Sep 22 23:49:36 CEST 2009


Author: mark.dickinson
Date: Tue Sep 22 23:49:35 2009
New Revision: 75029

Log:
Blocked revisions 75028 via svnmerge

........
  r75028 | mark.dickinson | 2009-09-22 22:47:24 +0100 (Tue, 22 Sep 2009) | 4 lines
  
  Issue #1766304:  Optimize membership testing for ranges:  'n in range(...)'
  does an O(1) check, if n is an integer.  Non-integers aren't affected.
  Thanks Robert Lehmann.
........


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list