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

Skip to content

Commit 0447a32

Browse files
committed
release 1.3 for real
1 parent 691d4ec commit 0447a32

1 file changed

Lines changed: 20 additions & 40 deletions

File tree

README

Lines changed: 20 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
This is Python release 1.3b1
2-
============================
3-
4-
I.e., the first beta release of Python 1.3.
1+
This is Python release 1.3
2+
==========================
53

64

75
What's new in this release?
@@ -15,29 +13,8 @@ What's new in this release?
1513
- Rewritten htmllib.py (HTML parser), with new formatter.py.
1614
- Rewritten rexec.py (restricted execution).
1715
- New modules ni.py and ihooks.py (package support and more).
18-
- And lots more that you'll have to discover on your own.
19-
20-
21-
Why is it called a beta release?
22-
--------------------------------
23-
24-
Because it is. There's no documentation except the source. A few
25-
things are broken by the changes for keyword parameters (the access
26-
statement, the profiler, half of newmodule.c). It has only been tested
27-
on two Unix platforms (IRIX 5.3 and Solaris 2.4). The Mac and Windows
28-
sopport has not been fully re-integrated.
29-
30-
31-
Why do I release it anyway?
32-
---------------------------
33-
34-
Because I'm also releasing a prototype of Grail, an extensible web
35-
browser that is its answer to Java and could become Python's "Killer
36-
App". Grail depends heavily on some features of Python 1.3 (such as
37-
keyword parameters). The release date for Grail is determined by other
38-
factors and I don't want to release it without full source.
39-
40-
Oh, and I'm going on a two week holiday as well :-)
16+
- And lots more that you'll have to discover on your own (see chapter
17+
12 of the Tutorial).
4118

4219

4320
What is Python anyway?
@@ -74,13 +51,18 @@ A modest plug
7451
=============
7552

7653

77-
Python exists, and is free, thanks to the contributed efforts of many
78-
people. The PSA was created to maximize the results of those efforts,
79-
by helping to coordinate them. The PSA operates web, ftp and email
80-
servers, organizes Python workshops, and engages in other activities
81-
that benefit the Python user community. The PSA is seeking support
82-
for these activities. See this URL for information on how to join:
83-
http://www.python.org/psa/Joining.html
54+
*************************************************************************
55+
* *
56+
* Python exists, and is free, thanks to the contributed efforts *
57+
* of many people. The PSA was created to maximize the results *
58+
* of those efforts, by helping to coordinate them. The PSA *
59+
* operates web, ftp and email servers, organizes Python *
60+
* workshops, and engages in other activities that benefit the *
61+
* Python user community. The PSA is seeking support for these *
62+
* activities. See this URL for information on how to join: *
63+
* http://www.python.org/psa/Joining.html *
64+
* *
65+
*************************************************************************
8466

8567

8668
Build instructions
@@ -114,11 +96,9 @@ hints on what can go wrong, and how to fix it.
11496
Platform specific notes
11597
-----------------------
11698

117-
Linux: It is possible that "makesetup" fails with an obscure sed
118-
error. This is a bug in bash. Replace /bin/sh with /bin/ash
119-
in both makesetup and Makefile.pre.in. This has been observed
120-
in Slackware version 2.2, bash 1.14.3; Slackware 2.1 did not
121-
have the problem.
99+
(Some of these may no longer apply. If you find you can build Python
100+
on these platforms without the special directions mentioned here, let
101+
me know so I can remove them!)
122102

123103
AIX: Read the file Misc/AIX-NOTES before trying to build.
124104

@@ -495,7 +475,7 @@ also use dynamic loading for the C tkinter module, in which case you
495475
must manually fix up sys.path or set $PYTHONPATH for the Python
496476
Tkinter module.)
497477

498-
See <URL:http://www.sunlabs.com/research/tcl/> for more info on where
478+
See <URL:http://www.smli.com/research/tcl/> for more info on where
499479
to get Tcl/Tk.
500480

501481

0 commit comments

Comments
 (0)