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
e890682e
Kaydet (Commit)
e890682e
authored
Nis 20, 2005
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
c8d907c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
test_compiler.py
Lib/test/test_compiler.py
+1
-1
test_parser.py
Lib/test/test_parser.py
+1
-1
setup.py
Mac/OSX/Doc/setup.py
+1
-1
No files found.
Lib/test/test_compiler.py
Dosyayı görüntüle @
e890682e
...
...
@@ -35,7 +35,7 @@ class CompilerTest(unittest.TestCase):
def
testNewClassSyntax
(
self
):
compiler
.
compile
(
"class foo():pass
\n\n
"
,
"<string>"
,
"exec"
)
def
testLineNo
(
self
):
# Test that all nodes except Module have a correct lineno attribute.
filename
=
__file__
...
...
Lib/test/test_parser.py
Dosyayı görüntüle @
e890682e
...
...
@@ -129,7 +129,7 @@ class RoundtripLegalSyntaxTestCase(unittest.TestCase):
def
test_class_defs
(
self
):
self
.
check_suite
(
"class foo():pass"
)
def
test_import_from_statement
(
self
):
self
.
check_suite
(
"from sys.path import *"
)
self
.
check_suite
(
"from sys.path import dirname"
)
...
...
Mac/OSX/Doc/setup.py
Dosyayı görüntüle @
e890682e
...
...
@@ -57,7 +57,7 @@ class DocBuild(build):
(
self
.
doc_version
,
self
.
doc_version
)
tarfile
=
'html-
%
s.tar.bz2'
%
self
.
doc_version
dirname
=
'Python-Docs-
%
s'
%
self
.
doc_version
if
os
.
path
.
exists
(
self
.
build_html
):
raise
RuntimeError
,
'
%
s: already exists, please remove and try again'
%
self
.
build_html
os
.
chdir
(
self
.
build_base
)
...
...
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