@@ -8,18 +8,18 @@ boxes. Python should build out of the box using "./configure; make".
88Also try running configue with the --with-thread and --with-readline
99options (described below).
1010
11- I really expect this to be the last beta release. I declare a "feature
12- freeze" until 1.4 final is released. Changes in 1.4 final will be
13- restricted to urgent bugfixes, portability enhancements, and added
14- documentation only.
11+ I really expect this to be the last beta release. I declare a
12+ *FEATURE FREEZE* until 1.4 final is released ( in a couple of weeks).
13+ Changes in 1.4 final will be restricted to urgent bugfixes,
14+ portability enhancements, and added documentation only.
1515
1616
1717What's new in this release?
1818---------------------------
1919
20- A list of (nearly) all things that changed in each of the 1.4 beta releases
21- can be found in the file Misc/NEWS -- together this comprises a list of
22- everything that's changed since 1.3.
20+ A list of (nearly) everything that changed in each of the 1.4 beta
21+ releases can be found in the file Misc/NEWS -- together this comprises
22+ a list of everything that's changed since 1.3.
2323
2424
2525What is Python anyway?
@@ -28,8 +28,7 @@ What is Python anyway?
2828Python is an interpreted object-oriented programming language, and is
2929often compared to Tcl, Perl, Scheme or Java. For a quick summary of
3030what Python can mean for a UNIX/C programmer, read Misc/BLURB.LUTZ.
31- If you have web access, point your browser to
32- http://www.python.org.
31+ If you have web access, point your browser to http://www.python.org.
3332
3433
3534If you don't read instructions
@@ -234,7 +233,7 @@ IMPORTANT: If the tests fail and you decide to mail a bug report,
234233*don't* include the output of "make test". It is useless. Run the
235234following command instead:
236235
237- PYTHONPATH=../Lib:../Lib/test:./Modules ./python -c 'import testall'
236+ PYTHONPATH=../Lib:../Lib/test:./Modules ./python -c 'import testall'
238237
239238(substituting the top of the source tree for .. if you built in a
240239different directory). This gives the output of the tests and shows
@@ -469,16 +468,18 @@ Especially the Library Reference is of immense value since much of
469468Python's power (including the built-in data types and functions!) is
470469described here.
471470
472- To print the documentation from the LaTeX files, chdir into the Doc
473- subdirectory, type "make" (let's hope you have LaTeX installed!), and send
474- the four resulting PostScript files (tut.ps, lib.ps, ref.ps, and ext.ps) to
475- the printer. See the README file there. If you don't have LaTeX, you can
476- ftp the PostScript files from the ftp archives (see below).
471+ To print the documentation from the LaTeX files, chdir into the Doc
472+ subdirectory, type "make" (let's hope you have LaTeX installed!), and
473+ send the four resulting PostScript files (tut.ps, lib.ps, ref.ps, and
474+ ext.ps) to the printer. See the README file there. If you don't have
475+ LaTeX, you can ftp the PostScript files from the ftp archives (see
476+ below).
477477
478- All documentation is also available on-line via the Python web site
479- (http://www.python.org/, see below). It can also be downloaded separately
480- from the ftp archives (see below) in Emacs INFO, HTML or PostScript form --
481- see the web site or the FAQ (file Misc/FAQ) for more info.
478+ All documentation is also available on-line via the Python web site
479+ (http://www.python.org/, see below). It can also be downloaded
480+ separately from the ftp archives (see below) in Emacs INFO, HTML or
481+ PostScript form -- see the web site or the FAQ (file Misc/FAQ) for
482+ more info.
482483
483484
484485Emacs mode
@@ -508,29 +509,30 @@ Python distribution.
508509Newsgroup and mailing list
509510--------------------------
510511
511- There are a newsgroup and a mailing list devoted to Python. The newsgroup,
512- comp.lang.python, contains exactly the same messages as the mailing list
513- (though not always in the same order, due to the mysterious nature of the
514- Usenet news distribution algorithm). To subscribe to the mailing list,
515- send mail containing your real name and e-mail address to
516- "
[email protected] ". Use the same address
if you want to 517- unsibscribed. (A real person reads these messages, so no LISTPROC or
518- Majordomo commands, please, and please be patient -- normal turn-around
519- time is about one working day.)
512+ There are a newsgroup and a mailing list devoted to Python. The
513+ newsgroup, comp.lang.python, contains exactly the same messages as the
514+ mailing list (though not always in the same order, due to the
515+ mysterious nature of the Usenet news distribution algorithm). To
516+ subscribe to the mailing list, send mail containing your real name and
517+ e-mail address to "
[email protected] ". Use the same address
518+ if you want to unsibscribed. (A real person reads these messages, so
519+ no LISTPROC or Majordomo commands, please, and please be patient --
520+ normal turn-around time is about one working day.)
520521
521- The Python web site contains a search form that lets you search the
522- newsgroup archives (or the web site itself). Click on the "search" link
523- in the banner menu on any page of http://www.python.org/.
522+ The Python web site contains a search form that lets you search the
523+ newsgroup archives (or the web site itself). Click on the "search"
524+ link in the banner menu on any page of http://www.python.org/.
524525
525526
526527Bug reports
527528-----------
528529
529- Bugs are best reported to the comp.lang.python newsgroup or the Python
530- mailing list -- see the section "Newsgroup and mailing list" below. Before
531- posting, check the newsgroup archives (see above) to see if your bug has
532- already been reported! If you specifically don't want to involve the
533- newsgroup or mailing list, send them to
[email protected] .
530+ Bugs are best reported to the comp.lang.python newsgroup or the Python
531+ mailing list -- see the section "Newsgroup and mailing list" below.
532+ Before posting, check the newsgroup archives (see above) to see if
533+ your bug has already been reported! If you specifically don't want to
534+ involve the newsgroup or mailing list, send them to
535+ 534536
535537
536538Questions
0 commit comments