summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-05-20 18:43:00 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-05-20 18:43:00 (GMT)
commitf8519c4d3db861f8abd865ab04f7c03201711f56 (patch)
tree46fa40e96c695cd46b78994823afff2ad8d0f8da /README
parent90340a183ff3bdaf1986ffa1fd6666104933817b (diff)
downloadcpython-f8519c4d3db861f8abd865ab04f7c03201711f56.zip
cpython-f8519c4d3db861f8abd865ab04f7c03201711f56.tar.gz
cpython-f8519c4d3db861f8abd865ab04f7c03201711f56.tar.bz2
Update directories/files at the top-level.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 6054723..f559b03 100644
--- a/README
+++ b/README
@@ -1237,7 +1237,6 @@ Distribution structure
Most subdirectories have their own README files. Most files have
comments.
-BeOS/ Files specific to the BeOS port
Demo/ Demonstration scripts, modules and programs
Doc/ Documentation sources (LaTeX)
Grammar/ Input for the parser generator
@@ -1254,6 +1253,7 @@ PCbuild/ Build directory for Microsoft Visual C++
Parser/ The parser and tokenizer and their input handling
Python/ The byte-compiler and interpreter
README The file you're reading now
+RISCOS/ Files specific to RISC OS port
Tools/ Some useful programs written in Python
pyconfig.h.in Source from which pyconfig.h is created (GNU autoheader output)
configure Configuration shell script (GNU autoconf output)
@@ -1274,6 +1274,7 @@ config.status Status from last run of the configure script
getbuildinfo.o Object file from Modules/getbuildinfo.c
libpython<version>.a The library archive
python The executable interpreter
+reflog.txt Output from running the regression suite with the -R flag
tags, TAGS Tags files for vi and Emacs