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
4d289a2a
Kaydet (Commit)
4d289a2a
authored
Eki 17, 2012
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge: A couple more whatsnew updates.
üst
8261f838
e54c7185
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
3.3.rst
Doc/whatsnew/3.3.rst
+14
-0
HISTORY
Misc/HISTORY
+1
-1
No files found.
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
4d289a2a
...
...
@@ -796,6 +796,10 @@ Some smaller changes made to the core Python language are:
(
Contributed
by
Petri
Lehtinen
in
:
issue
:`
12170
`)
*
The
``
rjust
()``,
``
ljust
()``,
and
``
center
()``
methods
of
:
class
:`
bytes
`
and
:
class
:`
bytearray
`
now
accept
a
:
class
:`
bytearray
`
for
the
``
fill
``
argument
.
(
Contributed
by
Petri
Lehtinen
in
:
issue
:`
12380
`.)
*
New
methods
have
been
added
to
:
class
:`
list
`
and
:
class
:`
bytearray
`:
``
copy
()``
and
``
clear
()``
(:
issue
:`
10516
`).
Consequently
,
:
class
:`~
collections
.
abc
.
MutableSequence
`
now
also
defines
a
...
...
@@ -2192,6 +2196,9 @@ Changes to Python's build process and to the C API include:
*
:
c
:
macro
:`
PyUnicode_READ
`,
:
c
:
macro
:`
PyUnicode_READ_CHAR
`,
:
c
:
macro
:`
PyUnicode_WRITE
`
*
:
c
:
macro
:`
PyUnicode_MAX_CHAR_VALUE
`
*
:
c
:
macro
:`
PyArg_ParseTuple
`
now
accepts
a
:
class
:`
bytearray
`
for
the
``
c
``
format
(:
issue
:`
12380
`).
Deprecated
...
...
@@ -2211,6 +2218,8 @@ OSF support, which was deprecated in 3.2, has been completely removed.
Deprecated
Python
modules
,
functions
and
methods
------------------------------------------------
*
Passing
a
non
-
empty
string
to
``
object
.
__format__
()``
is
deprecated
,
and
will
produce
a
:
exc
:`
TypeError
`
in
Python
3.4
(:
issue
:`
9856
`).
*
The
``
unicode_internal
``
codec
has
been
deprecated
because
of
the
:
pep
:`
393
`,
use
UTF
-
8
,
UTF
-
16
(``
utf
-
16
-
le
``
or
``
utf
-
16
-
be
``),
or
UTF
-
32
(``
utf
-
32
-
le
``
or
``
utf
-
32
-
be
``)
...
...
@@ -2438,6 +2447,11 @@ Porting Python code
factory functions by subclassing the private classes will need to change to
subclass the now-public classes.
* The undocumented debugging machinery in the threading module has been
removed, simplifying the code. This should have no effect on production
code, but is mentioned here in case any application debug frameworks were
interacting with it (:issue:`13550`).
Porting C code
--------------
...
...
Misc/HISTORY
Dosyayı görüntüle @
4d289a2a
...
...
@@ -2208,7 +2208,7 @@ Core and Builtins
- Issue #11272: On Windows, input() strips '\r' (and not only '\n'), and
sys.stdin uses universal newline (replace '\r\n' by '\n').
-
issue #11828: startswith and endswith don't
accept None as slice index.
-
Issue #11828: startswith and endswith now
accept None as slice index.
Patch by Torsten Becker.
- Issue #10830: Fix PyUnicode_FromFormatV("%c") for non-BMP characters on
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