A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2000-September/013595.html below:

[Python-checkins] CVS: python/dist/src/Lib string.py,1.52,1.53

[Python-checkins] CVS: python/dist/src/Lib string.py,1.52,1.53Fred L. Drake python-dev@python.org
Mon, 18 Sep 2000 12:38:14 -0700
Update of /cvsroot/python/python/dist/src/Lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3951/Lib

Modified Files:
	string.py 
Log Message:

Fix serious typo!
Add the new constants to the module docstring.


Index: string.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/string.py,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** string.py	2000/09/18 16:46:17	1.52
--- string.py	2000/09/18 19:38:11	1.53
***************
*** 15,18 ****
--- 15,20 ----
  hexdigits -- a string containing all characters considered hexadecimal digits
  octdigits -- a string containing all characters considered octal digits
+ punctuation -- a string containing all characters considered punctuation
+ printable -- a string containing all characters considered printable
  
  """
***************
*** 26,30 ****
  hexdigits = digits + 'abcdef' + 'ABCDEF'
  octdigits = '01234567'
! punctuaction = """!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~""" 
  printable = digits + letters + punctuation + whitespace
  
--- 28,32 ----
  hexdigits = digits + 'abcdef' + 'ABCDEF'
  octdigits = '01234567'
! punctuation = """!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~""" 
  printable = digits + letters + punctuation + whitespace
  



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4