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 vinay.sajip
Recipients DahlitzFlorian, brett.cannon, vinay.sajip, xtreak
Date 2019-11-24.23:19:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574637548.16.0.93909037485.issue38901@roundup.psfhosted.org>
In-reply-to
Content
> Maybe it makes sense to add a `--basename-prompt` flag to set the prompt to the current working directory's basename?

What does this buy you beyond using

--prompt $(basename $PWD)

? Perhaps I'm not understanding what you're getting at - how about an example of what you mean?
History
Date User Action Args
2019-11-24 23:19:08vinay.sajipsetrecipients: + vinay.sajip, brett.cannon, DahlitzFlorian, xtreak
2019-11-24 23:19:08vinay.sajipsetmessageid: <1574637548.16.0.93909037485.issue38901@roundup.psfhosted.org>
2019-11-24 23:19:08vinay.sajiplinkissue38901 messages
2019-11-24 23:19:07vinay.sajipcreate