New submission from Andrew Dalke:

Current text in README:

        See Mac/OSX/README for more information on framework and 
        universal builds.

Should be

        See Mac/README for more information on framework and 
        universal builds.

because r46719 moved Mac/OSX/* one level up (7 Jun 2006) but didn't 
change this line of the README to reflect the change.

I thought I had commit privs still from summer 2006 to be able to change 
this myself, but something happened in my setup and I haven't tracked 
down the problem...

----------
components: Documentation
files: README.patch
messages: 58314
nosy: dalke
severity: minor
status: open
title: typo in README
versions: Python 2.6
Added file: http://bugs.python.org/file8897/README.patch

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1575>
__________________________________
Index: README
===================================================================
--- README      (revision 59434)
+++ README      (working copy)
@@ -601,7 +601,7 @@
        which builds Python as a universal binary with support for the 
        i386 and PPC architetures. This requires Xcode 2.1 or later to build.
 
-        See Mac/OSX/README for more information on framework and 
+        See Mac/README for more information on framework and 
        universal builds.
 
 Cygwin: With recent (relative to the time of writing, 2001-12-19)
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to