[issue24120] pathlib.(r)glob stops on PermissionDenied exception

2016-01-06 Thread Gregorio

Gregorio added the comment:

thanks

On 01/06/2016 06:42 PM, Guido van Rossum wrote:
> Guido van Rossum added the comment:
>
> I'm just going to commit this.
>
> --
> assignee:  -> gvanrossum
>
> ___
> Python tracker <rep...@bugs.python.org>
> <http://bugs.python.org/issue24120>
> ___
>

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24120>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24120] pathlib.(r)glob stops on PermissionDenied exception

2015-05-03 Thread Gregorio

New submission from Gregorio:

Debian 8
Python 3.4.3

Path.(r)glob stops when it encounters a PermissionDenied exception.

However, os.walk just skips files/directories it does not have permission to 
access. 

In my opinion, the os.walk behavior is better because it doesn't prevent usage 
in situations where a single file/directory in a tree has restricted 
permissions.

--
components: Library (Lib)
messages: 242496
nosy: Gregorio
priority: normal
severity: normal
status: open
title: pathlib.(r)glob stops on PermissionDenied exception
type: behavior
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24120
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16359] can't print figures 08 and 09

2012-10-29 Thread jose gregorio fernandez trincado

New submission from jose gregorio fernandez trincado:

In [2]: 09
  File ipython-input-2-7010843e6b42, line 1
09
 ^
SyntaxError: invalid token

Using str() produce SyntaxError too. The same for 08. Figures like 01 and 02 
produce the appropriate output.

Hardware: Lenovo 3000 N200, 80Gb of HD, 4Gb of RAM, Core-Duo 2.6GHz
OS: Ubuntu 12.04, 64bits.

--
components: None
messages: 174126
nosy: jose.gregorio.fernandez.trincado
priority: normal
severity: normal
status: open
title: can't print figures 08 and 09
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16359
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com