Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
81c44b70
Commit
81c44b70
authored
Jan 20, 2019
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
109630f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CHANGES.rst
CHANGES.rst
+4
-4
No files found.
CHANGES.rst
View file @
81c44b70
...
...
@@ -14,9 +14,6 @@ Features added
*
``?``
is
supported
as
NumPy
dtype
for
``
bool
``.
Patch
by
Max
Klein
.
(
Github
issue
#
2675
)
*
``--
no
-
capture
``
added
to
``
runtests
.
py
``
to
prevent
stdout
,
stderr
capturing
during
srctree
tests
*
Properties
can
be
defined
for
external
extension
types
.
Patch
by
Matti
Picus
.
(
Github
issue
#
2640
)
...
...
@@ -30,6 +27,9 @@ Features added
*
PEP
-
479
(``
generator_stop
``)
is
now
enabled
by
default
with
language
level
3.
(
Github
issue
#
2580
)
*
``--
no
-
capture
``
added
to
``
runtests
.
py
``
to
prevent
stdout
/
stderr
capturing
during
srctree
tests
.
Patch
by
Matti
Picus
.
Bugs
fixed
----------
...
...
@@ -75,7 +75,7 @@ Other changes
*
The
default
language
level
was
changed
to
``
3
str
``,
i
.
e
.
Python
3
semantics
,
but
with
``
str
``
literals
(
also
in
Python
2.7
).
This
is
a
backwards
incompatible
change
from
the
previous
default
of
Python
2
semantics
.
The
previous
behaviour
,
change
from
the
previous
default
of
Python
2
semantics
.
The
previous
behaviour
is
available
through
the
directive
``
language_level
=
2
``.
*
Cython
no
longer
generates
``
__qualname__
``
attributes
for
classes
in
Python
...
...
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