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
3b2cdad4
Kaydet (Commit)
3b2cdad4
authored
Eyl 01, 2004
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
75ccea37
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
_MozillaCookieJar.py
Lib/_MozillaCookieJar.py
+1
-1
os.py
Lib/os.py
+1
-1
test_optparse.py
Lib/test/test_optparse.py
+3
-3
No files found.
Lib/_MozillaCookieJar.py
Dosyayı görüntüle @
3b2cdad4
...
...
@@ -2,7 +2,7 @@
import
re
,
time
,
logging
from
cookielib
import
(
reraise_unmasked_exceptions
,
FileCookieJar
,
Cookie
,
from
cookielib
import
(
reraise_unmasked_exceptions
,
FileCookieJar
,
Cookie
,
MISSING_FILENAME_TEXT
)
class
MozillaCookieJar
(
FileCookieJar
):
...
...
Lib/os.py
Dosyayı görüntüle @
3b2cdad4
...
...
@@ -130,7 +130,7 @@ else:
raise
ImportError
,
'no os specific module found'
sys
.
modules
[
'os.path'
]
=
path
from
os.path
import
(
curdir
,
pardir
,
sep
,
pathsep
,
defpath
,
extsep
,
altsep
,
from
os.path
import
(
curdir
,
pardir
,
sep
,
pathsep
,
defpath
,
extsep
,
altsep
,
devnull
)
del
_names
...
...
Lib/test/test_optparse.py
Dosyayı görüntüle @
3b2cdad4
...
...
@@ -17,9 +17,9 @@ from cStringIO import StringIO
from
pprint
import
pprint
from
test
import
test_support
from
optparse
import
(
make_option
,
Option
,
IndentedHelpFormatter
,
TitledHelpFormatter
,
OptionParser
,
OptionContainer
,
OptionGroup
,
SUPPRESS_HELP
,
SUPPRESS_USAGE
,
OptionError
,
OptionConflictError
,
from
optparse
import
(
make_option
,
Option
,
IndentedHelpFormatter
,
TitledHelpFormatter
,
OptionParser
,
OptionContainer
,
OptionGroup
,
SUPPRESS_HELP
,
SUPPRESS_USAGE
,
OptionError
,
OptionConflictError
,
BadOptionError
,
OptionValueError
,
_match_abbrev
)
class
BaseTest
(
unittest
.
TestCase
):
...
...
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