summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-08-16 14:35:24 (GMT)
committerSkip Montanaro <skip@pobox.com>2007-08-16 14:35:24 (GMT)
commit7a98be2efbdc44a6271e3bf6117a1e6c77828414 (patch)
tree64b6306494f992605ef5bd854dfc9e4922f8b967 /Misc
parentc5aba174477a4bdbda31d859ce407c6ee7cef293 (diff)
downloadcpython-7a98be2efbdc44a6271e3bf6117a1e6c77828414.zip
cpython-7a98be2efbdc44a6271e3bf6117a1e6c77828414.tar.gz
cpython-7a98be2efbdc44a6271e3bf6117a1e6c77828414.tar.bz2
Remove RISCOS support
Diffstat (limited to 'Misc')
-rw-r--r--Misc/HISTORY7
1 files changed, 1 insertions, 6 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index f2452f2..7ab7e37 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -2611,7 +2611,7 @@ Library
- The distutils "register" command now uses http://www.python.org/pypi
as the default repository. (See PEP 301.)
-- the platform dependent path related variables sep, altsep, extsep,
+- the platform dependent path related variables sep, altsep,
pathsep, curdir, pardir and defpath are now defined in the platform
dependent path modules (e.g. ntpath.py) rather than os.py, so these
variables are now available via os.path. They continue to be
@@ -4196,11 +4196,6 @@ Library
cycles created by casual use of sys.exc_info() no longer cause
permanent memory leaks (provided garbage collection is enabled).
-- os.extsep -- a new variable needed by the RISCOS support. It is the
- separator used by extensions, and is '.' on all platforms except
- RISCOS, where it is '/'. There is no need to use this variable
- unless you have a masochistic desire to port your code to RISCOS.
-
- mimetypes.py has optional support for non-standard, but commonly
found types. guess_type() and guess_extension() now accept an
optional 'strict' flag, defaulting to true, which controls whether