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
6cc7a41c
Kaydet (Commit)
6cc7a41c
authored
May 06, 2012
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
üst
b4c8902a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
0 deletions
+13
-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
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+5
-0
No files found.
Doc/howto/argparse.rst
0 → 100644
Dosyayı görüntüle @
6cc7a41c
This diff is collapsed.
Click to expand it.
Doc/howto/index.rst
Dosyayı görüntüle @
6cc7a41c
...
...
@@ -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 @
6cc7a41c
...
...
@@ -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/ACKS
Dosyayı görüntüle @
6cc7a41c
...
...
@@ -550,6 +550,7 @@ Joerg Lehmann
Robert Lehmann
Petri Lehtinen
Luke Kenneth Casson Leighton
Tshepang Lekhonkhobe
Marc-Andre Lemburg
John Lenton
Christopher Tur Lesniewski-Laas
...
...
Misc/NEWS
Dosyayı görüntüle @
6cc7a41c
...
...
@@ -220,6 +220,11 @@ Documentation
- Issue #8799: Fix and improve the threading.Condition documentation.
Documentation
-------------
- Issue #14034: added the argparse tutorial.
What's New in Python 3.2.3 release candidate 2?
===============================================
...
...
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