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
e1886bfa
Kaydet (Commit)
e1886bfa
authored
Kas 29, 2011
tarafından
Éric Araujo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix instructions on how to rebuild some modules
üst
ff913061
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
keyword.py
Lib/keyword.py
+1
-1
symbol.py
Lib/symbol.py
+1
-1
token.py
Lib/token.py
+1
-1
No files found.
Lib/keyword.py
Dosyayı görüntüle @
e1886bfa
...
@@ -7,7 +7,7 @@ This file is automatically generated; please don't muck it up!
...
@@ -7,7 +7,7 @@ This file is automatically generated; please don't muck it up!
To update the symbols in this file, 'cd' to the top directory of
To update the symbols in this file, 'cd' to the top directory of
the python source tree after building the interpreter and run:
the python source tree after building the interpreter and run:
python Lib/keyword.py
./
python Lib/keyword.py
"""
"""
__all__
=
[
"iskeyword"
,
"kwlist"
]
__all__
=
[
"iskeyword"
,
"kwlist"
]
...
...
Lib/symbol.py
Dosyayı görüntüle @
e1886bfa
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
# To update the symbols in this file, 'cd' to the top directory of
# To update the symbols in this file, 'cd' to the top directory of
# the python source tree after building the interpreter and run:
# the python source tree after building the interpreter and run:
#
#
# python Lib/symbol.py
#
./
python Lib/symbol.py
#--start constants--
#--start constants--
single_input
=
256
single_input
=
256
...
...
Lib/token.py
Dosyayı görüntüle @
e1886bfa
...
@@ -7,7 +7,7 @@ __all__ = ['tok_name', 'ISTERMINAL', 'ISNONTERMINAL', 'ISEOF']
...
@@ -7,7 +7,7 @@ __all__ = ['tok_name', 'ISTERMINAL', 'ISNONTERMINAL', 'ISEOF']
# To update the symbols in this file, 'cd' to the top directory of
# To update the symbols in this file, 'cd' to the top directory of
# the python source tree after building the interpreter and run:
# the python source tree after building the interpreter and run:
#
#
# python Lib/token.py
#
./
python Lib/token.py
#--start constants--
#--start constants--
ENDMARKER
=
0
ENDMARKER
=
0
...
...
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