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
b21f51a9
Kaydet (Commit)
b21f51a9
authored
Eki 23, 2011
tarafından
Éric Araujo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Note that the #1548891 fix indirectly fixes shlex (#6988, #1170)
üst
5a77fe92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
shlex.rst
Doc/library/shlex.rst
+1
-3
NEWS
Misc/NEWS
+2
-1
No files found.
Doc/library/shlex.rst
Dosyayı görüntüle @
b21f51a9
...
...
@@ -21,9 +21,7 @@ syntaxes resembling that of the Unix shell. This will often be useful for
writing minilanguages, (for example, in run control files for Python
applications) or for parsing quoted strings.
.. note::
The :mod:`shlex` module currently does not support Unicode input.
Prior to Python 2.7.3, this module did not support Unicode input.
The :mod:`shlex` module defines the following functions:
...
...
Misc/NEWS
Dosyayı görüntüle @
b21f51a9
...
...
@@ -68,7 +68,8 @@ Library
-
Issue
#
1548891
:
The
cStringIO
.
StringIO
()
constructor
now
encodes
unicode
arguments
with
the
system
default
encoding
just
like
the
write
()
method
does
,
instead
of
converting
it
to
a
raw
buffer
.
does
,
instead
of
converting
it
to
a
raw
buffer
.
This
also
fixes
handling
of
unicode
input
in
the
shlex
module
(#
6988
,
#
1170
).
-
Issue
#
9168
:
now
smtpd
is
able
to
bind
privileged
port
.
...
...
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