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
131e2abc
Kaydet (Commit)
131e2abc
authored
Mar 07, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
*** empty log message ***
üst
d1df83ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
ChangeLog
ChangeLog
+28
-0
No files found.
ChangeLog
Dosyayı görüntüle @
131e2abc
Mon Mar 7 12:41:32 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Python/{bltinmodule,ceval}.c: Changed implied and explicit loops
over sequences to allow for "indefinite" sequences a la Steve
Majewski. Instead of iterating over 0, 1, 2, ..., len(a)-1, we
now iterate over 0, 1, 2, ..., until we get an IndexError
exception (other exceptions are still errors). This affects the
semantics of the following language constructs: "for x in a: ...",
"x in a", "x not in a", and the following built-in functions:
filter(), map(), max(), min(), reduce().
* Doc/ref6.tex (section{Assignment statements}): clarify slice
assignment; (section{The {\tt break} statement}): fix typo
* Doc/ref5.tex (subsection{Identifiers (Names)}): clarify
difference between local and global
* Doc/ref2.tex (subsection{String literals}): fix typo in def of
escapeseq
* Lib/addpack.py: new module to add packages to sys.path
* Lib/urlopen.py: added basejoin() function
Fri Mar 4 13:07:43 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Lib/urlopen.py(open_ftp): avoid crash when no host given
Wed Mar 2 10:33:39 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Python/ceval.c (eval_code): use sys.check_interval to reset the
...
...
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