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
462f96a8
Commit
462f96a8
authored
Oct 04, 2008
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
two corrections
parent
efeb43eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/whatsnew/2.6.rst
Doc/whatsnew/2.6.rst
+4
-4
No files found.
Doc/whatsnew/2.6.rst
View file @
462f96a8
...
...
@@ -2753,7 +2753,7 @@ representing a literal expression, parses and evaluates it, and
returns
the
resulting
value
.
A
literal
expression
is
a
Python
expression
containing
only
strings
,
numbers
,
dictionaries
,
etc
.
but
no
statements
or
function
calls
.
If
you
need
to
evaluate
an
expression
but
accept
the
security
risk
of
using
an
evaluate
an
expression
but
cannot
accept
the
security
risk
of
using
an
:
func
:`
eval
`
call
,
:
func
:`
literal_eval
`
will
handle
it
safely
::
>>>
literal
=
'("a", "b", {2:4, 3:8, 1:2})'
...
...
@@ -3039,7 +3039,7 @@ Changes to Python's build process and to the C API include:
``
numfree
``,
and
a
macro
``
Py
<
typename
>
_MAXFREELIST
``
is
always
defined
.
*
A
new
Makefile
target
,
"make check"
,
prepares
the
Python
source
tree
*
A
new
Makefile
target
,
"make
patch
check"
,
prepares
the
Python
source
tree
for
making
a
patch
:
it
fixes
trailing
whitespace
in
all
modified
``.
py
``
files
,
checks
whether
the
documentation
has
been
changed
,
and
reports
whether
the
:
file
:`
Misc
/
ACKS
`
and
:
file
:`
Misc
/
NEWS
`
files
...
...
@@ -3267,6 +3267,6 @@ Acknowledgements
The
author
would
like
to
thank
the
following
people
for
offering
suggestions
,
corrections
and
assistance
with
various
drafts
of
this
article
:
Georg
Brandl
,
Steve
Brown
,
Nick
Coghlan
,
Jim
Jewett
,
Kent
J
ohnson
,
Chris
Lambacher
,
Antoine
Pitrou
.
article
:
Georg
Brandl
,
Steve
Brown
,
Nick
Coghlan
,
Ralph
Corderoy
,
J
im
Jewett
,
Kent
Johnson
,
Chris
Lambacher
,
Antoine
Pitrou
,
Brian
Warner
.
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