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 Epic_Wink
Recipients Epic_Wink, cooperlees, vinay.sajip
Date 2019-10-22.03:27:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571714853.56.0.554353558963.issue38483@roundup.psfhosted.org>
In-reply-to
Content
".xxxxxrc" usually means a file to be run (by a shell) at shell start, and therefore is a script of command to run ("rc" seems to come from "runcom", ie run commands).

INI files usually have a ".ini" or ".cfg" suffix. `virtualenv`, for example, used an INI file similar to your proposal: https://virtualenv.pypa.io/en/stable/reference/#configuration-file.
History
Date User Action Args
2019-10-22 03:27:33Epic_Winksetrecipients: + Epic_Wink, vinay.sajip, cooperlees
2019-10-22 03:27:33Epic_Winksetmessageid: <1571714853.56.0.554353558963.issue38483@roundup.psfhosted.org>
2019-10-22 03:27:33Epic_Winklinkissue38483 messages
2019-10-22 03:27:33Epic_Winkcreate