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
8c16c5ce
Kaydet (Commit)
8c16c5ce
authored
Tem 02, 2010
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix a couple of minor nits in What's New before the release goes out
üst
0ada39cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
2.7.rst
Doc/whatsnew/2.7.rst
+6
-6
No files found.
Doc/whatsnew/2.7.rst
Dosyayı görüntüle @
8c16c5ce
...
...
@@ -861,10 +861,10 @@ across operating systems and shells.)
When running a module using the interpreter's :option:`-m` switch,
``sys.argv[0]`` will now be set to the string ``'-m'`` while the
module is being located
, while executing the :file:`__init__.py` files
for any parent packages of the module to be executed.
(Suggested by Michael Foord; implemented by Nick Coghlan;
:issue:`8202`.)
module is being located
. This change is visible to user code while
executing the :file:`__init__.py` files for any parent packages of
the module to be executed. (Suggested by Michael Foord; implemented
by Nick Coghlan;
:issue:`8202`.)
.. ======================================================================
...
...
@@ -1420,9 +1420,9 @@ changes, or look through the Subversion logs for all the details.
``sys.path`` and the module :mod:`__main__` will be imported. It's
expected that the directory or zip contains a :file:`__main__.py`;
if it doesn't, some other :file:`__main__.py` might be imported from
a location later in ``sys.path``. This makes
som
e of the machinery
a location later in ``sys.path``. This makes
mor
e of the machinery
of :mod:`runpy` available to scripts that want to mimic the way
Python's
:option:`-m`
processes an explicit path name.
Python's
command line
processes an explicit path name.
(Added by Nick Coghlan; :issue:`6816`.)
* New function: in the :mod:`shutil` module, :func:`~shutil.make_archive`
...
...
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