]> granicus.if.org Git - python/commitdiff
Update directories/files at the top-level.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 20 May 2007 18:43:00 +0000 (18:43 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 20 May 2007 18:43:00 +0000 (18:43 +0000)
README

diff --git a/README b/README
index 60547231bd5492426805d9f605a25221de3055d6..f559b03e6a9ee0ee36647fe6f2da122e040fde96 100644 (file)
--- 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