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
08d87c6d
Kaydet (Commit)
08d87c6d
authored
Tem 09, 2000
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document addition of webbrowser.py
Mention the ANSIfication of the source.
üst
ffb9c770
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
whatsnew20.tex
Doc/whatsnew/whatsnew20.tex
+14
-0
No files found.
Doc/whatsnew/whatsnew20.tex
Dosyayı görüntüle @
08d87c6d
...
...
@@ -603,6 +603,10 @@ which are an order of magnitude faster. A threaded version of Python
changes, the difference is only 10
\%
. These improvements were
contributed by Yakov Markovitch.
Python 2.0's source now uses only ANSI C prototypes, so compiling Python now
requires an ANSI C compiler, and can no longer be done using a compiler that
only supports K
\&
R C.
% ======================================================================
\section
{
Module changes
}
...
...
@@ -704,6 +708,16 @@ checks Python source code for ambiguous indentation.
\item
{
\module
{
UserString
}
:
}
A base class useful for deriving objects that behave like strings.
\item
{
\module
{
webbrowser
}
:
}
A module that provides a platform independent
way to launch a web browser on a specific URL. For each platform, various
browsers are tried in a specific order. The user can alter which browser
is launched by setting the
\var
{
BROWSER
}
environment variable.
(Originally inspired by Eric S. Raymond's patch to
\module
{
urllib
}
which added similar functionality, but
the final module comes from code originally
implemented by Fred Drake as
\file
{
Tools/idle/BrowserControl.py
}
,
and adapted for the standard library by Fred.)
\item
{
\module
{
winreg
}
and
\module
{_
winreg
}
:
}
An interface to the
Windows registry.
\module
{_
winreg
}
is an adaptation of functions that
have been part of PythonWin since 1995, but has now been added to the core
...
...
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