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
57b65793
Kaydet (Commit)
57b65793
authored
Eyl 20, 2015
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge 3.5 (#25145)
üst
5cdc9e1b
fc2fb0f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
urllib2.rst
Doc/howto/urllib2.rst
+2
-3
No files found.
Doc/howto/urllib2.rst
Dosyayı görüntüle @
57b65793
...
...
@@ -174,7 +174,7 @@ Explorer [#]_. ::
import urllib.request
url = 'http://www.someserver.com/cgi-bin/register.cgi'
user_agent = 'Mozilla/
4.0 (compatible; MSIE 5.5; Windows NT
)'
user_agent = 'Mozilla/
5.0 (Windows NT 6.1; Win64; x64
)'
values = {'name' : 'Michael Foord',
'location' : 'Northampton',
'language' : 'Python' }
...
...
@@ -572,8 +572,7 @@ Footnotes
This document was reviewed and revised by John Lee.
.. [#] Like Google for example. The *proper* way to use google from a program
is to use `PyGoogle
<http:
//
pygoogle
.
sourceforge
.
net
>
`_ of course.
.. [#] Google for example.
.. [#] Browser sniffing is a very bad practise for website design - building
sites using web standards is much more sensible. Unfortunately a lot of
sites still send different versions to different browsers.
...
...
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