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/2001-January/014717.html below:

[Python-checkins] CVS: python/dist/src/Lib/test test_unicode.py,1.24,1.25

[Python-checkins] CVS: python/dist/src/Lib/test test_unicode.py,1.24,1.25M.-A. Lemburg python-dev@python.org
Wed, 03 Jan 2001 13:29:16 -0800
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv26608/Lib/test

Modified Files:
	test_unicode.py 
Log Message:
This patch changes the default behaviour of the builtin charmap
codec to not apply Latin-1 mappings for keys which are not found
in the mapping dictionaries, but instead treat them as undefined
mappings.

The patch was originally written by Martin v. Loewis with some
additional (cosmetic) changes and an updated test script
by Marc-Andre Lemburg.

The standard codecs were recreated from the most current files
available at the Unicode.org site using the Tools/scripts/gencodec.py
tool.

This patch closes the bugs #116285 and #119960.



Index: test_unicode.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_unicode.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** test_unicode.py	2000/12/19 02:22:31	1.24
--- test_unicode.py	2001/01/03 21:29:14	1.25
***************
*** 495,500 ****
      'cp863', 'cp865', 'cp866',
      'iso8859_10', 'iso8859_13', 'iso8859_14', 'iso8859_15',
!     'iso8859_2', 'iso8859_3', 'iso8859_4', 'iso8859_5', 'iso8859_6',
!     'iso8859_7', 'iso8859_9', 'koi8_r', 'latin_1',
      'mac_cyrillic', 'mac_latin2',
  
--- 495,500 ----
      'cp863', 'cp865', 'cp866',
      'iso8859_10', 'iso8859_13', 'iso8859_14', 'iso8859_15',
!     'iso8859_2', 'iso8859_4', 'iso8859_5', 
!     'iso8859_9', 'koi8_r', 'latin_1',
      'mac_cyrillic', 'mac_latin2',
  
***************
*** 503,506 ****
--- 503,507 ----
      #'cp1256', 'cp1257', 'cp1258',
      #'cp424', 'cp856', 'cp857', 'cp864', 'cp869', 'cp874',
+     #'iso8859_3', 'iso8859_6', 'iso8859_7', 
      #'mac_greek', 'mac_iceland','mac_roman', 'mac_turkish',
  




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