Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8173c55b
Commit
8173c55b
authored
Apr 24, 2006
by
Nick Coghlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note changes made to PEP 343 related documentation
parent
c3a3de4e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Misc/NEWS
Misc/NEWS
+5
-1
No files found.
Misc/NEWS
View file @
8173c55b
...
@@ -171,6 +171,10 @@ Tools
...
@@ -171,6 +171,10 @@ Tools
Documentation
Documentation
-------------
-------------
-
PEP
343
:
Added
Context
Types
section
to
the
library
reference
and
attempted
to
bring
other
PEP
343
related
documentation
into
line
with
the
implementation
and
/
or
python
-
dev
discussions
.
-
Bug
#
1337990
:
clarified
that
``
doctest
``
does
not
support
examples
-
Bug
#
1337990
:
clarified
that
``
doctest
``
does
not
support
examples
requiring
both
expected
output
and
an
exception
.
requiring
both
expected
output
and
an
exception
.
...
@@ -415,7 +419,7 @@ Core and builtins
...
@@ -415,7 +419,7 @@ Core and builtins
subclasses of str always behaved. int/long/float, conversion of an instance
subclasses of str always behaved. int/long/float, conversion of an instance
to the base class has been moved to the proper nb_* magic slot and out of
to the base class has been moved to the proper nb_* magic slot and out of
PyNumber_*().
PyNumber_*().
Thanks Walter D
ör
wald.
Thanks Walter D
�wa
ld.
- Descriptors defined in C with a PyGetSetDef structure, where the setter is
- Descriptors defined in C with a PyGetSetDef structure, where the setter is
NULL, now raise an AttributeError when attempting to set or delete the
NULL, now raise an AttributeError when attempting to set or delete the
...
...
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