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
f925782d
Commit
f925782d
authored
Jun 18, 2002
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor tweaks to existing items (radian/degree, and UTF-16 readers..
parent
f4bf7aa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Misc/NEWS
Misc/NEWS
+5
-5
No files found.
Misc/NEWS
View file @
f925782d
...
...
@@ -182,7 +182,7 @@ Library
big endian systems were added to the codecs module. The old names
BOM32_* and BOM64_* were off by a factor of 2.
-
added degree/radian conversion functions to the math module
.
-
Added conversion functions math.degrees() and math.radians()
.
- ftplib.retrlines() now tests for callback is None rather than testing
for False. Was causing an error when given a callback object which
...
...
@@ -221,10 +221,10 @@ Library
people to submit more packagers, e.g. for Debian, FreeBSD
and other systems.
- The UTF-16, -LE and -BE
now raise a NotImplementedError
for all calls to .readline(). Previously, they used to just
produce garbage or fail with an encoding error -- UTF-16 is
a 2-byte encoding and the C lib's line reading APIs don't
- The UTF-16, -LE and -BE
stream readers now raise a
NotImplementedError for all calls to .readline(). Previously, they
used to just produce garbage or fail with an encoding error --
UTF-16 is
a 2-byte encoding and the C lib's line reading APIs don't
work well with these.
- compileall now supports quiet operation.
...
...
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