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
df5bedbf
Kaydet (Commit)
df5bedbf
authored
May 06, 2012
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
#14034: merge argparse tutorial from 3.2.
üst
7e126205
6cc7a41c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
argparse.rst
Doc/howto/argparse.rst
+0
-0
index.rst
Doc/howto/index.rst
+1
-0
argparse.rst
Doc/library/argparse.rst
+6
-0
NEWS
Misc/NEWS
+5
-0
No files found.
Doc/howto/argparse.rst
0 → 100644
Dosyayı görüntüle @
df5bedbf
This diff is collapsed.
Click to expand it.
Doc/howto/index.rst
Dosyayı görüntüle @
df5bedbf
...
...
@@ -27,4 +27,5 @@ Currently, the HOWTOs are:
unicode.rst
urllib2.rst
webservers.rst
argparse.rst
Doc/library/argparse.rst
Dosyayı görüntüle @
df5bedbf
...
...
@@ -12,6 +12,12 @@
--------------
.. sidebar:: Tutorial
This page contains the API reference information. For a more gentle
introduction to Python command-line parsing, have a look at the
:ref:`argparse tutorial <argparse-tutorial>`.
The :mod:`argparse` module makes it easy to write user-friendly command-line
interfaces. The program defines what arguments it requires, and :mod:`argparse`
will figure out how to parse those out of :data:`sys.argv`. The :mod:`argparse`
...
...
Misc/NEWS
Dosyayı görüntüle @
df5bedbf
...
...
@@ -480,6 +480,11 @@ Build
Based
on
patch
from
Herv
é
Coatanhay
.
-
Issue
#
14321
:
Do
not
run
pgen
during
the
build
if
files
are
up
to
date
.
Documentation
-------------
-
Issue
#
14034
:
added
the
argparse
tutorial
.
-
Issue
#
14324
:
Fix
configure
tests
for
cross
builds
.
...
...
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