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 r.david.murray
Recipients pitrou, r.david.murray, serhiy.storchaka, xdegaye
Date 2015-11-08.17:46:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447004772.49.0.477566148602.issue25584@psf.upfronthosting.co.za>
In-reply-to
Content
I believe this behavior matches the documentation:

  "If the pattern is followed by an os.sep, only directories and subdirectories match."

('the pattern' being '**')

I wonder if '***.pacnew' would work.
History
Date User Action Args
2015-11-08 17:46:12r.david.murraysetrecipients: + r.david.murray, pitrou, xdegaye, serhiy.storchaka
2015-11-08 17:46:12r.david.murraysetmessageid: <1447004772.49.0.477566148602.issue25584@psf.upfronthosting.co.za>
2015-11-08 17:46:12r.david.murraylinkissue25584 messages
2015-11-08 17:46:12r.david.murraycreate