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
5f9aa9e1
Kaydet (Commit)
5f9aa9e1
authored
Agu 26, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some final changes. I'll give up on nicely reformatting and
structuring it, for now.
üst
78c96370
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
8 deletions
+29
-8
NEWS
Misc/NEWS
+29
-8
No files found.
Misc/NEWS
Dosyayı görüntüle @
5f9aa9e1
XXX check that regsub.split / splitx are correctly documented.
=========================================
======================================
==> Release 1.4beta3 (August 26 1996) <==
==> Release 1.4beta3 (August 26 1996) <==
======================================
=========================================
(XXX This is less readable that it should. I promis to restructure it
for the final 1.4 release.)
XXX This needs to be reordered.
What's new in 1.4beta3 (since beta2)?
What's new in 1.4beta3 (since beta2)?
-------------------------------------
-------------------------------------
- In urllib.urlopen(): HTTP URLs containing user:passwd@host are now
handled correctly when using a proxy server.
- In ntpath.normpath(): don't truncate to 8+3 format.
- In mimetools.choose_boundary(): don't die when getuid() or getpid()
aren't defined.
- Module urllib: some optimizations to (un)quoting.
- New module MimeWriter for writing MIME documents.
- More changes to formatter module.
- The freeze script works once again and is much more robust (using
sys.prefix etc.). It also supports a -o option to specify an
output directory.
- New module whichdb recognizes dbm, gdbm and bsddb/dbhash files.
- New module whichdb recognizes dbm, gdbm and bsddb/dbhash files.
- The Doc/Makefile targets have been reorganized somewhat to remove the
- The Doc/Makefile targets have been reorganized somewhat to remove the
...
@@ -55,9 +73,10 @@ meaningful.
...
@@ -55,9 +73,10 @@ meaningful.
- A generic Makefile for dynamically loaded modules is provided in the Misc
- A generic Makefile for dynamically loaded modules is provided in the Misc
subdirectory (Misc/gMakefile).
subdirectory (Misc/gMakefile).
- A new version of python-mode.el for Emacs is provided. Ask Barry Warsaw
- A new version of python-mode.el for Emacs is provided. See
for a list of changes. The separate file pyimenu.el is no longer needed,
http://www.python.org/ftp/emacs/pmdetails.html for details. The
imenu support is folded into python-mode.el.
separate file pyimenu.el is no longer needed, imenu support is folded
into python-mode.el.
- The configure script can finally correctly find the readline library in a
- The configure script can finally correctly find the readline library in a
non-standard location. The LDFLAGS variable is passed on the the Makefiles
non-standard location. The LDFLAGS variable is passed on the the Makefiles
...
@@ -83,6 +102,8 @@ can use *.so and *.sl as shared libraries.
...
@@ -83,6 +102,8 @@ can use *.so and *.sl as shared libraries.
- Some more fidgeting for AIX shared libraries.
- Some more fidgeting for AIX shared libraries.
- The mpz module is now compatible with GMP 2.x. (Not tested by me.)
- The mpz module is now compatible with GMP 2.x. (Not tested by me.)
(Note -- a complete replacement by Niels Mo"ller, called gpmodule, is
available from the contrib directory on the ftp site.)
- A warning is written to sys.stderr when a __del__ method raises an
- A warning is written to sys.stderr when a __del__ method raises an
exception (formerly, such exceptions were completely ignored).
exception (formerly, such exceptions were completely ignored).
...
...
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