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 zach.ware
Recipients brian.curtin, christian.heimes, docs@python, ezio.melotti, python-dev, terry.reedy, tim.golden, zach.ware
Date 2013-04-23.19:07:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366744024.4.0.429156761496.issue17386@psf.upfronthosting.co.za>
In-reply-to
Content
After finally finding a way to check the status of the pushd stack, I found a bug in my patch whereby an extra directory is left on the pushd stack at the end of each run.  As such, the version 5 patch changes from using 'goto end' to using 'exit /B !ERRORLEVEL!', along with some other changes related to that change.  Also, because of that change, error handling is made a little easier, so I've changed around some of the messages and the conditions for printing them.  Everything still seems to work.

For anyone testing this patch, I would suggest using the command "prompt $+%PROMPT%" if "$+" is not already part of your prompt.  This will add a '+' character to the beginning of your prompt for every dir on the pushd stack.
History
Date User Action Args
2013-04-23 19:07:05zach.waresetrecipients: + zach.ware, terry.reedy, christian.heimes, tim.golden, ezio.melotti, brian.curtin, docs@python, python-dev
2013-04-23 19:07:04zach.waresetmessageid: <1366744024.4.0.429156761496.issue17386@psf.upfronthosting.co.za>
2013-04-23 19:07:04zach.warelinkissue17386 messages
2013-04-23 19:07:04zach.warecreate