Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e905e95

Browse files
committed
Barry Warsaw: Fixed -+ operator. Added some new sections. Leave some
XXX notes for now. I could use help here!!!! Please mail me patches ASAP. We may have to put some of this off to 2.0final, but it's best to have it in shape now...
1 parent 87106b5 commit e905e95

1 file changed

Lines changed: 29 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Augmented Assignment
6666
This must have been the most-requested feature of the past years!
6767
Eleven new assignment operators were added:
6868

69-
+= -+ *= /= %= **= <<= >>= &= ^= |=
69+
+= -= *= /= %= **= <<= >>= &= ^= |=
7070

7171
For example,
7272

@@ -249,6 +249,31 @@ backwards-compatible updates to the standard xml package.
249249
webbrowser - a platform-independent API to launch a web browser.
250250

251251

252+
Changed Modules
253+
---------------
254+
255+
ftplib - ntransfercmd(), transfercmd(), and retrbinary() all now
256+
optionally support the RFC 959 REST command.
257+
258+
socket - new function getfqdn()
259+
260+
XXX: I'm sure there are others
261+
262+
263+
Obsolete Modules
264+
----------------
265+
266+
None. However note that 1.6 made a whole slew of modules obsolete:
267+
stdwin, soundex, cml, cmpcache, dircache, dump, find, grep, packmail,
268+
poly, zmod, strop, util, whatsound.
269+
270+
271+
Changed, New, Obsolete Tools
272+
----------------------------
273+
274+
XXX: are there any? If not, say "None" here.
275+
276+
252277
C-level Changes
253278
---------------
254279

@@ -269,6 +294,8 @@ memory. See pymem.h.
269294
Trent Mick ensured portability to 64-bit platforms, under both Linux
270295
and Win64, especially for the new Intel Itanium processor.
271296

272-
Numerous new APIs were added, e.g.
297+
Numerous new APIs were added, e.g.
298+
299+
XXX: Fill this out.
273300

274301
======================================================================

0 commit comments

Comments
 (0)