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 fgracia
Recipients fgracia, loewis, python-dev, roger.serwy, terry.reedy, westley.martinez
Date 2012-10-12.07:26:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CACiybx65rGJ0YcF4vxdtHm=oAr2O6-7s7PtaLL+kSa4xHhAZqA@mail.gmail.com>
In-reply-to <1349993165.09.0.875208302206.issue14937@psf.upfronthosting.co.za>
Content
In my machine with Windows XP and Python 3.3.0 both variants work, the only
difference being that

'c:/
brings up the selection box authomatically and

'c:\

requieres that it be summoned with the tab key, as indicated.

2012/10/12 Terry J. Reedy <report@bugs.python.org>

>
> Terry J. Reedy added the comment:
>
> This patch (I suspect it is this one) disabled the use of '/' in filenames
> on windows when using filename completion.
>
> 'c:\   <wait, tab, ^space bring up box> in 3.2.3 and 3.3.0>
> (If there is no 'r' prefix, it really should require '\\' to be safe.)
>
> "c:/   ditto for 3.2.3.
> In 3.3.0, (and, I presume, 3.2.4 if not changed) tab inserts spaces to
> next tab stop, while ^space is ignored.
>
> Since using '/' is recommended over unsafe '\', this is an undesireable
> regression.
>
> ----------
> resolution: fixed ->
> stage: patch review -> needs patch
> status: closed -> open
> versions: +Python 3.3, Python 3.4
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue14937>
> _______________________________________
>
History
Date User Action Args
2012-10-12 07:26:20fgraciasetrecipients: + fgracia, loewis, terry.reedy, roger.serwy, westley.martinez, python-dev
2012-10-12 07:26:20fgracialinkissue14937 messages
2012-10-12 07:26:20fgraciacreate