Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4b9af95c
Commit
4b9af95c
authored
Jul 31, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rewrite MBCS paragraph following MH's suggestions, and credit him
Note new Windows installer
parent
5da76854
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
Doc/whatsnew/whatsnew22.tex
Doc/whatsnew/whatsnew22.tex
+12
-1
No files found.
Doc/whatsnew/whatsnew22.tex
View file @
4b9af95c
...
...
@@ -629,6 +629,12 @@ changes are:
Filenames on Windows are a case where Python's choice of ASCII as
the default encoding turns out to be an annoyance.
\item
When presented with a Unicode filename on Windows, Python will
now convert it to an MBCS encoded string, as used by the Microsoft
file APIs. As MBCS is explicitly used by the file APIs, Python's
choice of ASCII as the default encoding turns out to be an
annoyance.
This patch also adds
\samp
{
et
}
as a format sequence to
\cfunction
{
PyArg
_
ParseTuple
}
;
\samp
{
et
}
takes both a parameter and
an encoding name, and converts it to the given encoding if the
...
...
@@ -668,6 +674,11 @@ changes are:
\item
On Windows, Python can now be compiled with Borland C thanks
to a number of patches contributed by Stephen Hansen.
\item
Another Windows enhancement: Wise Solutions generously offered
PythonLabs use of their InstallerMaster 8.1 system. Earlier
PythonLabs Windows installers used Wise 5.0a, which was beginning to
show its age. (Packaged up by Tim Peters.)
\item
On platforms where Python uses the C
\cfunction
{
dlopen()
}
function
to load extension modules, it's now possible to set the flags used
by
\cfunction
{
dlopen()
}
using the
\function
{
sys.getdlopenflags()
}
and
...
...
@@ -681,7 +692,7 @@ changes are:
The author would like to thank the following people for offering
suggestions and corrections to various drafts of this article: Fred
Bremmer, Fred L. Drake, Jr., Marc-Andr
\'
e Lemburg,
Bremmer, Fred L. Drake, Jr., Mar
k Hammond, Mar
c-Andr
\'
e Lemburg,
Tim Peters, Neil Schemenauer, Guido van Rossum.
\end{document}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment