This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scls
Recipients ned.deily, ronaldoussoren, scls
Date 2015-07-14.08:07:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436861246.12.0.158910992978.issue24633@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

the package name "readme" conflicts with Python installed site-packages/README file on case-insensitive filesystems (Mac OS X).

https://github.com/pypa/readme/issues/26
https://github.com/mgedmin/restview/issues/30
https://groups.google.com/a/continuum.io/forum/#!topic/anaconda/AGHXzB1sN0I

I wonder if README file should be be renamed README.rst or README.txt or README.md to avoid this issue or if readme package should be renamed.

Kind regards
History
Date User Action Args
2015-07-14 08:07:26sclssetrecipients: + scls, ronaldoussoren, ned.deily
2015-07-14 08:07:26sclssetmessageid: <1436861246.12.0.158910992978.issue24633@psf.upfronthosting.co.za>
2015-07-14 08:07:26sclslinkissue24633 messages
2015-07-14 08:07:25sclscreate