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
a56d4e8e
Kaydet (Commit)
a56d4e8e
authored
Şub 02, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C.
üst
5147e00c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
3.4.rst
Doc/whatsnew/3.4.rst
+18
-0
NEWS
Misc/NEWS
+1
-1
No files found.
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
a56d4e8e
...
...
@@ -732,6 +732,16 @@ New :func:`hashlib.pbkdf2_hmac` function.
(Contributed by Christian Heimes in :issue:`18582`)
hmac
----
:mod:`hmac` now accepts ``bytearray`` as well as ``bytes`` for the *key*
argument to the :func:`~hmac.new` function, and the *msg* parameter to both the
:func:`~hmac.new` function and the :meth:`~hmac.HMAC.update` method now
accepts any type supported by the :mod:`hashlib` module. (Contributed
by Jonas Borgström in :issue:`18240`.)
html
----
...
...
@@ -794,6 +804,10 @@ the :class:`.InspectLoader` ABC, which means that ``runpy`` and
``python -m`` can now be used with namespace packages. (Contributed
by Brett Cannon in :issue:`18058`.)
:mod:`importlib.util` has a new function :func:`~importlib.util.decode_source`
that decodes source from bytes using universal newline processing. This is
useful for implementing :meth:`.InspectLoader.get_source` methods.
inspect
-------
...
...
@@ -1387,6 +1401,10 @@ Other Improvements
* ``python -m`` now works with namespace packages.
* The :mod:`stat` module is now implemented in C, which means it gets the
values for its constants from the C header files, instead of having the
values hard-coded in the python module as was previously the case.
Significant Optimizations
...
...
Misc/NEWS
Dosyayı görüntüle @
a56d4e8e
...
...
@@ -2346,7 +2346,7 @@ Library
-
Issue
#
18339
:
Negative
ints
keys
in
unpickler
.
memo
dict
no
longer
cause
a
segfault
inside
the
_pickle
C
extension
.
-
Issue
18240
:
The
HMAC
module
is
no
longer
restricted
to
bytes
and
accepts
-
Issue
#
18240
:
The
HMAC
module
is
no
longer
restricted
to
bytes
and
accepts
any
bytes
-
like
object
,
e
.
g
.
memoryview
.
Original
patch
by
Jonas
Borgstr
ö
m
.
-
Issue
#
18224
:
Removed
pydoc
script
from
created
venv
,
as
it
causes
problems
...
...
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