[Python-checkins] python/dist/src/Lib re.py,1.44,1.45 locale.py,1.20,1.21

effbot@users.sourceforge.net effbot@users.sourceforge.net
Sat, 19 Oct 2002 13:19:12 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv3994/Lib

Modified Files:
	re.py locale.py 
Log Message:


point people to the Python bug tracker, rather than to a mail
account I hardly ever use...


Index: re.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/re.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** re.py	28 Jul 2002 19:04:07 -0000	1.44
--- re.py	19 Oct 2002 20:19:10 -0000	1.45
***************
*** 1,20 ****
  """Minimal "re" compatibility wrapper"""
  
- # To help us fix any remaining bugs in the new engine, please
- # report what went wrong.  You can either use the following web
- # page:
- #
- #    http://sourceforge.net/bugs/?group_id=5470
- #
- # or send a mail to SRE's author:
- #
- #    Fredrik Lundh <effbot@telia.com>
- #
- # Make sure to include the pattern, the string SRE failed to
- # match, and what result you expected.
- #
- # thanks /F
- #
- 
  engine = "sre" # Some apps might use this undocumented variable
  
--- 1,4 ----

Index: locale.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/locale.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** locale.py	25 Mar 2002 21:40:36 -0000	1.20
--- locale.py	19 Oct 2002 20:19:10 -0000	1.21
***************
*** 191,195 ****
  
  # Author: Marc-Andre Lemburg, mal@lemburg.com
! # Various tweaks by Fredrik Lundh <effbot@telia.com>
  
  # store away the low-level version of setlocale (it's
--- 191,195 ----
  
  # Author: Marc-Andre Lemburg, mal@lemburg.com
! # Various tweaks by Fredrik Lundh <fredrik@pythonware.com>
  
  # store away the low-level version of setlocale (it's
***************
*** 624,630 ****
  # earlier) to locale strings.
  #
! # NOTE: this mapping is incomplete.  If your language is missing, send
! # a note with the missing language identifier and the suggested locale
! # code to Fredrik Lundh <effbot@telia.com>.  Thanks /F
  
  windows_locale = {
--- 624,633 ----
  # earlier) to locale strings.
  #
! # NOTE: this mapping is incomplete.  If your language is missing, please
! # submit a bug report to Python bug manager, which you can find via:
! #     http://www.python.org/dev/
! # Make sure you include the missing language identifier and the suggested
! # locale code.
! #
  
  windows_locale = {