[Patches] [ python-Patches-763111 ] mbcs encoding should skip encodings package

SourceForge.net noreply@sourceforge.net
Mon, 30 Jun 2003 09:14:25 -0700


Patches item #763111, was opened at 2003-06-30 12:33
Message generated for change (Comment added) made by lemburg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=763111&group_id=5470

Category: Windows
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark Hammond (mhammond)
Assigned to: Mark Hammond (mhammond)
Summary: mbcs encoding should skip encodings package

Initial Comment:
PyUnicode_Decode and PyUnicode_AsEncodedString should
have a "short circuit" for the 'mbcs' encoding, as
already exists for "utf8" and "latin1" and "ascii". 
This prevents Win9x from using the encodings module for
all os.* functions with unicode support.  This also
adds PyUnicode_AsMBCSString, which was declared but not
implemented.

If no objections within a few days, I will check this in.

----------------------------------------------------------------------

>Comment By: M.-A. Lemburg (lemburg)
Date: 2003-06-30 18:14

Message:
Logged In: YES 
user_id=38388

Looks good. Please check it in.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=763111&group_id=5470