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
85dacf72
Kaydet (Commit)
85dacf72
authored
Şub 19, 2011
tarafından
Éric Araujo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some more grammar fixes/typos for what’s new (approved by Raymond; #11071)
üst
216e404b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
3.2.rst
Doc/whatsnew/3.2.rst
+6
-6
No files found.
Doc/whatsnew/3.2.rst
Dosyayı görüntüle @
85dacf72
...
...
@@ -333,7 +333,7 @@ aspects that are visible to the programmer:
* The :mod:`py_compile` and :mod:`compileall` modules have been updated to
reflect the new naming convention and target directory. The command-line
invocation of *compileall* has new
command-line
options: ``-i`` for
invocation of *compileall* has new options: ``-i`` for
specifying a list of files and directories to compile and ``-b`` which causes
bytecode files to be written to their legacy location rather than
*__pycache__*.
...
...
@@ -450,7 +450,7 @@ Some smaller changes made to the core Python language are:
* There is also a new :meth:`str.format_map` method that extends the
capabilities of the existing :meth:`str.format` method by accepting arbitrary
:term:`mapping` objects. This new method makes it possible to use string
formatting with any of
one of Python's many dictionary-like tool
s such as
formatting with any of
Python's many dictionary-like object
s such as
:class:`~collections.defaultdict`, :class:`~shelve.Shelf`,
:class:`~configparser.ConfigParser`, or :mod:`dbm`. It is also useful with
custom :class:`dict` subclasses that normalize keys before look-up or that
...
...
@@ -477,7 +477,7 @@ Some smaller changes made to the core Python language are:
(Suggested by Raymond Hettinger and implemented by Eric Smith in
:issue:`6081`.)
* The interpreter can now be started with a quiet option, ``-q``, to
suppress
* The interpreter can now be started with a quiet option, ``-q``, to
prevent
the copyright and version information from being displayed in the interactive
mode. The option can be introspected using the :attr:`sys.flags` attribute::
...
...
@@ -1410,7 +1410,7 @@ wrong results.
tarfile
-------
The :class:`~tarfile.TarFile` class can now be used as a conte
n
t manager. In
The :class:`~tarfile.TarFile` class can now be used as a conte
x
t manager. In
addition, its :meth:`~tarfile.TarFile.add` method has a new option, *filter*,
that controls which files are added to the archive and allows the file metadata
to be edited.
...
...
@@ -1485,7 +1485,7 @@ strings, bytes, numbers, tuples, lists, dicts, sets, booleans, and None.
...
ValueError: malformed node or string: <_ast.Call object at 0x101739a10>
(Implemented by Georg Brandl.)
(Implemented by
Benjamin Peterson and
Georg Brandl.)
os
--
...
...
@@ -2005,7 +2005,7 @@ command-line::
$ python -m site --user-site
/Users/raymondhettinger/.local/lib/python3.2/site-packages
(Contributed by Tarek Ziadé.)
(Contributed by Tarek Ziadé
in :issue:`6693`
.)
sysconfig
---------
...
...
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