Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f4ccf587
Kaydet (Commit)
f4ccf587
authored
Tem 31, 2001
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Rewrite MBCS paragraph following MH's suggestions, and credit him
Note new Windows installer
üst
85a5bae4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
whatsnew22.tex
Doc/whatsnew/whatsnew22.tex
+12
-1
No files found.
Doc/whatsnew/whatsnew22.tex
Dosyayı görüntüle @
f4ccf587
...
...
@@ -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