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
beb38556
Kaydet (Commit)
beb38556
authored
Eki 22, 2001
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add correction from /F about SRE
\filename{} should be \file{}
üst
f864aa8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
whatsnew22.tex
Doc/whatsnew/whatsnew22.tex
+10
-10
No files found.
Doc/whatsnew/whatsnew22.tex
Dosyayı görüntüle @
beb38556
...
...
@@ -904,12 +904,11 @@ more information about XML-RPC.
\item
Various bugfixes and performance improvements have been made
to the SRE engine underlying the
\module
{
re
}
module. For example,
\function
{
re.sub()
}
will now use
\function
{
string.replace()
}
automatically when the pattern and its replacement are both just
literal strings without regex metacharacters. Another contributed
patch speeds up certain Unicode character ranges by a factor of
two. (SRE is maintained by Fredrik Lundh. The BIGCHARSET patch was
contributed by Martin von L
\"
owis.)
the
\function
{
re.sub()
}
and
\function
{
re.split()
}
functions have
been rewritten in C. Another contributed patch speeds up certain
Unicode character ranges by a factor of two. (SRE is maintained by
Fredrik Lundh. The BIGCHARSET patch was contributed by Martin von
L
\"
owis.)
\item
The
\module
{
smtplib
}
module now supports
\rfc
{
2487
}
, ``Secure
SMTP over TLS'', so it's now possible to encrypt the SMTP traffic
...
...
@@ -1043,7 +1042,7 @@ using Python as a standard OSA scripting language and much more.''
Most of the MacPython toolbox modules, which interface to MacOS APIs
such as windowing, QuickTime, scripting, etc. have been ported to OS~X,
but they've been left commented out in
\file
name
{
setup.py
}
. People who want
but they've been left commented out in
\file
{
setup.py
}
. People who want
to experiment with these modules can uncomment them manually.
% Jack's original comments:
...
...
@@ -1159,8 +1158,9 @@ to experiment with these modules can uncomment them manually.
The author would like to thank the following people for offering
suggestions and corrections to various drafts of this article: Fred
Bremmer, Keith Briggs, Andrew Dalke, Fred~L. Drake, Jr., Carel Fellinger, Mark
Hammond, Stephen Hansen, Jack Jansen, Marc-Andr
\'
e Lemburg, Tim Peters, Neil
Schemenauer, Guido van Rossum.
Bremmer, Keith Briggs, Andrew Dalke, Fred~L. Drake, Jr., Carel
Fellinger, Mark Hammond, Stephen Hansen, Jack Jansen, Marc-Andr
\'
e
Lemburg, Fredrik Lundh, 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