Message152858
> "file_paths(filtered_walk('.', included_files=['*.py']))" is a lot
> longer than "rglob('*.py')".
>
>
> It is, but is that a good enough reason to have both?
It is. globbing is a well-known operation that many people expect to be
easily done.
> However, this is not really faithful to the Python spirit, since it
> adds too many ways to do achieve the same effect, and ultimately
> confuses users.
Which "Python spirit" are you talking about? We have many high-level
tools in the stdlib. |
|
Date |
User |
Action |
Args |
2012-02-08 14:14:02 | pitrou | set | recipients:
+ pitrou, ncoghlan, giampaolo.rodola, eli.bendersky, ubershmekel |
2012-02-08 14:14:01 | pitrou | link | issue13968 messages |
2012-02-08 14:14:01 | pitrou | create | |
|