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
04f648cb
Kaydet (Commit)
04f648cb
authored
Tem 26, 2011
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#12547: Fix example in nntplib doc. Patch by July Tikhonov.
üst
8188f585
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
nntplib.rst
Doc/library/nntplib.rst
+2
-2
3.3.rst
Doc/whatsnew/3.3.rst
+1
-1
No files found.
Doc/library/nntplib.rst
Dosyayı görüntüle @
04f648cb
...
...
@@ -75,10 +75,10 @@ The module itself defines the following classes:
connection when done. Here is a sample on how using it:
>>> from nntplib import NNTP
>>> with
nntplib.
NNTP('news.gmane.org') as n:
>>> with NNTP('news.gmane.org') as n:
... n.group('gmane.comp.python.committers')
...
('211 1
454 1 1454 gmane.comp.python.committers', '1454', '1', '1454'
, 'gmane.comp.python.committers')
('211 1
755 1 1755 gmane.comp.python.committers', 1755, 1, 1755
, 'gmane.comp.python.committers')
>>>
...
...
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
04f648cb
...
...
@@ -128,7 +128,7 @@ connection when done::
>>> with NNTP('news.gmane.org') as n:
... n.group('gmane.comp.python.committers')
...
('211 175
4 1 1754 gmane.comp.python.committers', 1754, 1, 1754
, 'gmane.comp.python.committers')
('211 175
5 1 1755 gmane.comp.python.committers', 1755, 1, 1755
, 'gmane.comp.python.committers')
>>>
(Contributed by Giampaolo Rodolà in :issue:`9795`)
...
...
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