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 tim.golden
Recipients akuchling, bochecha, eric.araujo, eric.smith, ezio.melotti, fdrake, kveretennicov, pitrou, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, tim.golden
Date 2012-11-06.17:08:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <509943FB.5020000@timgolden.me.uk>
In-reply-to <201211061859.37903.storchaka@gmail.com>
Content
Sorry, I misunderstood the point you were making with the
os.listdir/makedirs examples. Fair point about backwards compatibility.
This may make this change untenable as no-one will want a series of
use_feature_xxx flags, one for each change we introduce to glob.glob.
Unless we throw in every known expansion / matching right now and have a
single use-extended-features flag.
History
Date User Action Args
2012-11-06 17:08:15tim.goldensetrecipients: + tim.golden, fdrake, akuchling, ronaldoussoren, pitrou, eric.smith, kveretennicov, ezio.melotti, eric.araujo, r.david.murray, bochecha, python-dev, serhiy.storchaka
2012-11-06 17:08:14tim.goldenlinkissue9584 messages
2012-11-06 17:08:14tim.goldencreate