summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-09-16 11:09:18 (GMT)
committerGuido van Rossum <guido@python.org>1994-09-16 11:09:18 (GMT)
commitbc0ba01001acbb1ae588389567c2ccbaf02abc75 (patch)
tree5a5e982a78ada194e4231032c09c70c158522848 /Mac
parent31e764234025493cb5ac4a5efe17fb2fc316a939 (diff)
downloadcpython-bc0ba01001acbb1ae588389567c2ccbaf02abc75.zip
cpython-bc0ba01001acbb1ae588389567c2ccbaf02abc75.tar.gz
cpython-bc0ba01001acbb1ae588389567c2ccbaf02abc75.tar.bz2
Added some files, reformatted some paragraphs.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/README18
-rw-r--r--Mac/Relnotes-1.218
2 files changed, 18 insertions, 18 deletions
diff --git a/Mac/README b/Mac/README
index 9d866a7..ea9eab3 100644
--- a/Mac/README
+++ b/Mac/README
@@ -1,9 +1,9 @@
BUILDING PYTHON 1.1 FOR THE MACINTOSH
*************************************
-Python can be built on the Mac using either THINK C 6.0 or MPW 3.2.
-In the past it has been compiled with earlier versions of these
-compilers, but no guarantees are made that the source is still
+Python can be built on the Mac using either THINK C 6.0 (or 7.0) or
+MPW 3.2. In the past it has been compiled with earlier versions of
+these compilers, but no guarantees are made that the source is still
compatible with those versions. Likewise, new compiler versions may
effectively change the language accepted (or the library provided!)
and thus cause problems.
@@ -80,16 +80,16 @@ arbitrarily because of the 32000 bytes restriction.
- From Mac: all .c files except fopenRF.c [[which shouldn't even
be there]].
- - From Parser: acceler.c, grammar1.c, intrcheck.c, myreadline.c, node.c,
- parser.c, parsetok.c, tokenizer.c.
+ - From Parser: acceler.c, grammar1.c, intrcheck.c,
+ myreadline.c, node.c, parser.c, parsetok.c, tokenizer.c.
- From Python: bltinmodule.c, ceval.c, cgensupport.c,
compile.c, errors.c, getopt.c, graminit.c, import.c,
marshal.c, modsupport.c, mystrtoul.c, pythonmain.c,
- pythonrun.c, sigcheck.c, structmember.c, sysmodule.c, traceback.c
- (i.e. all .c files except dup2.c, fmod.c, frozenmain.c,
- getcwd.c, getmtime.c, memmove.c, sigcheck.c, strerror.c,
- strtod.c, thread.c)
+ pythonrun.c, sigcheck.c, structmember.c, sysmodule.c,
+ traceback.c (i.e. all .c files except dup2.c, fmod.c,
+ frozenmain.c, getcwd.c, getmtime.c, memmove.c, sigcheck.c,
+ strerror.c, strtod.c, thread.c)
- From Objects: all .c files except xxobject.c.
diff --git a/Mac/Relnotes-1.2 b/Mac/Relnotes-1.2
index 9d866a7..ea9eab3 100644
--- a/Mac/Relnotes-1.2
+++ b/Mac/Relnotes-1.2
@@ -1,9 +1,9 @@
BUILDING PYTHON 1.1 FOR THE MACINTOSH
*************************************
-Python can be built on the Mac using either THINK C 6.0 or MPW 3.2.
-In the past it has been compiled with earlier versions of these
-compilers, but no guarantees are made that the source is still
+Python can be built on the Mac using either THINK C 6.0 (or 7.0) or
+MPW 3.2. In the past it has been compiled with earlier versions of
+these compilers, but no guarantees are made that the source is still
compatible with those versions. Likewise, new compiler versions may
effectively change the language accepted (or the library provided!)
and thus cause problems.
@@ -80,16 +80,16 @@ arbitrarily because of the 32000 bytes restriction.
- From Mac: all .c files except fopenRF.c [[which shouldn't even
be there]].
- - From Parser: acceler.c, grammar1.c, intrcheck.c, myreadline.c, node.c,
- parser.c, parsetok.c, tokenizer.c.
+ - From Parser: acceler.c, grammar1.c, intrcheck.c,
+ myreadline.c, node.c, parser.c, parsetok.c, tokenizer.c.
- From Python: bltinmodule.c, ceval.c, cgensupport.c,
compile.c, errors.c, getopt.c, graminit.c, import.c,
marshal.c, modsupport.c, mystrtoul.c, pythonmain.c,
- pythonrun.c, sigcheck.c, structmember.c, sysmodule.c, traceback.c
- (i.e. all .c files except dup2.c, fmod.c, frozenmain.c,
- getcwd.c, getmtime.c, memmove.c, sigcheck.c, strerror.c,
- strtod.c, thread.c)
+ pythonrun.c, sigcheck.c, structmember.c, sysmodule.c,
+ traceback.c (i.e. all .c files except dup2.c, fmod.c,
+ frozenmain.c, getcwd.c, getmtime.c, memmove.c, sigcheck.c,
+ strerror.c, strtod.c, thread.c)
- From Objects: all .c files except xxobject.c.