Opened 4 years ago

Last modified 3 years ago

#1657 new enhancement

It would be nice if glob "/*/*" worked

Reported by: evhan Owned by:
Priority: not urgent at all Milestone: someday
Component: core libraries Version: 5.1.0
Keywords: glob file Cc:
Estimated difficulty: easy

Description

Per an email from Matt Welland.

Change History (1)

comment:1 Changed 3 years ago by Vasilij Schneidermann

I see two ways of going forward here:

  • Use glob(3)
  • Make existing code smarter (Python's implementation covers this case and more)

The former seems somewhat appealing to me, but would change the behavior considerably.

Note: See TracTickets for help on using tickets.