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
f51d7158
Kaydet (Commit)
f51d7158
authored
Kas 02, 2015
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #25523: Further a-to-an corrections new in 3.5.
üst
a84f6c3d
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
glob.rst
Doc/library/glob.rst
+1
-1
test_asdl_parser.py
Lib/test/test_asdl_parser.py
+1
-1
NEWS
Misc/NEWS
+1
-1
_ssl.c
Modules/_ssl.c
+1
-1
No files found.
Doc/library/glob.rst
Dosyayı görüntüle @
f51d7158
...
...
@@ -38,7 +38,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
symlinks are included in the results (as in the shell).
If *recursive* is true, the pattern "``**``" will match any files and zero or
more directories and subdirectories. If the pattern is followed by a
more directories and subdirectories. If the pattern is followed by a
n
``os.sep``, only directories and subdirectories match.
.. note::
...
...
Lib/test/test_asdl_parser.py
Dosyayı görüntüle @
f51d7158
...
...
@@ -21,7 +21,7 @@ class TestAsdlParser(unittest.TestCase):
def
setUpClass
(
cls
):
# Loads the asdl module dynamically, since it's not in a real importable
# package.
# Parses Python.asdl into a ast.Module and run the check on it.
# Parses Python.asdl into a
n
ast.Module and run the check on it.
# There's no need to do this for each test method, hence setUpClass.
sys
.
path
.
insert
(
0
,
parser_dir
)
loader
=
importlib
.
machinery
.
SourceFileLoader
(
...
...
Misc/NEWS
Dosyayı görüntüle @
f51d7158
...
...
@@ -2483,7 +2483,7 @@ Library
- Issue #20170: Convert posixmodule to use Argument Clinic.
- Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic
- Issue #21539: Add a
n
*exists_ok* argument to `Pathlib.mkdir()` to mimic
`mkdir -p` and `os.makedirs()` functionality. When true, ignore
FileExistsErrors. Patch by Berker Peksag.
...
...
Modules/_ssl.c
Dosyayı görüntüle @
f51d7158
...
...
@@ -3273,7 +3273,7 @@ _servername_callback(SSL *s, int *al, void *args)
ssl
=
SSL_get_app_data
(
s
);
assert
(
PySSLSocket_Check
(
ssl
));
/* The servername callback expects a argument that represents the current
/* The servername callback expects a
n
argument that represents the current
* SSL connection and that has a .context attribute that can be changed to
* identify the requested hostname. Since the official API is the Python
* level API we want to pass the callback a Python level object rather than
...
...
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