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
f925782d
Kaydet (Commit)
f925782d
authored
Haz 18, 2002
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor tweaks to existing items (radian/degree, and UTF-16 readers..
üst
f4bf7aa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
NEWS
Misc/NEWS
+5
-5
No files found.
Misc/NEWS
Dosyayı görüntüle @
f925782d
...
...
@@ -182,7 +182,7 @@ Library
big endian systems were added to the codecs module. The old names
BOM32_* and BOM64_* were off by a factor of 2.
-
added degree/radian conversion functions to the math module
.
-
Added conversion functions math.degrees() and math.radians()
.
- ftplib.retrlines() now tests for callback is None rather than testing
for False. Was causing an error when given a callback object which
...
...
@@ -221,10 +221,10 @@ Library
people to submit more packagers, e.g. for Debian, FreeBSD
and other systems.
- The UTF-16, -LE and -BE
now raise a NotImplementedError
for all calls to .readline(). Previously, they used to just
produce garbage or fail with an encoding error -- UTF-16 is
a 2-byte encoding and the C lib's line reading APIs don't
- The UTF-16, -LE and -BE
stream readers now raise a
NotImplementedError for all calls to .readline(). Previously, they
used to just produce garbage or fail with an encoding error --
UTF-16 is
a 2-byte encoding and the C lib's line reading APIs don't
work well with these.
- compileall now supports quiet operation.
...
...
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