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
563389fd
Commit
563389fd
authored
Mar 02, 2003
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add updates for alpha2
parent
41c3e008
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
Doc/whatsnew/whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+7
-3
No files found.
Doc/whatsnew/whatsnew23.tex
View file @
563389fd
...
@@ -329,6 +329,8 @@ cause a \exception{UnicodeError} to be raised. Applications can test
...
@@ -329,6 +329,8 @@ cause a \exception{UnicodeError} to be raised. Applications can test
whether arbitrary Unicode strings are supported as file names by
whether arbitrary Unicode strings are supported as file names by
checking
\member
{
os.path.supports
_
unicode
_
filenames
}
, a Boolean value.
checking
\member
{
os.path.supports
_
unicode
_
filenames
}
, a Boolean value.
Under MacOS,
\function
{
os.listdir()
}
may now return Unicode filenames.
\begin{seealso}
\begin{seealso}
\seepep
{
277
}{
Unicode file name support for Windows NT
}{
Written by Neil
\seepep
{
277
}{
Unicode file name support for Windows NT
}{
Written by Neil
...
@@ -1359,7 +1361,7 @@ use with iterators, inspired by various functions provided by the ML
...
@@ -1359,7 +1361,7 @@ use with iterators, inspired by various functions provided by the ML
and Haskell languages. For example,
and Haskell languages. For example,
\code
{
itertools.ifilter(predicate, iterator)
}
returns all elements in
\code
{
itertools.ifilter(predicate, iterator)
}
returns all elements in
the iterator for which the function
\function
{
predicate()
}
returns
the iterator for which the function
\function
{
predicate()
}
returns
\constant
{
True
}
, and
\code
{
itertools.
times(
\var
{
N
}
, obj
)
}
returns
\constant
{
True
}
, and
\code
{
itertools.
repeat(obj,
\var
{
N
}
)
}
returns
\code
{
obj
}
\var
{
N
}
times. There are a number of other functions in
\code
{
obj
}
\var
{
N
}
times. There are a number of other functions in
the module; see the
\ulink
{
package's reference
the module; see the
\ulink
{
package's reference
documentation
}{
../lib/module-itertools.html
}
for details.
documentation
}{
../lib/module-itertools.html
}
for details.
...
@@ -1495,8 +1497,10 @@ a collaborative development process in action.)
...
@@ -1495,8 +1497,10 @@ a collaborative development process in action.)
\item
On Windows, the
\module
{
socket
}
module now ships with Secure
\item
On Windows, the
\module
{
socket
}
module now ships with Secure
Sockets Layer (SSL) support.
Sockets Layer (SSL) support.
\item
The value of the C
\constant
{
PYTHON
_
API
_
VERSION
}
macro is now exposed
\item
The value of the C
\constant
{
PYTHON
_
API
_
VERSION
}
macro is now
at the Python level as
\code
{
sys.api
_
version
}
.
exposed at the Python level as
\code
{
sys.api
_
version
}
. The current
exception can be cleared by calling the new
\function
{
sys.exc
_
clear()
}
function.
\item
The new
\module
{
tarfile
}
module
\item
The new
\module
{
tarfile
}
module
allows reading from and writing to
\program
{
tar
}
-format archive files.
allows reading from and writing to
\program
{
tar
}
-format archive files.
...
...
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