Added an XXX to a comment to not miss removing deprecated code later

This commit is contained in:
Armin Ronacher 2011-08-27 00:32:28 +02:00
parent dc05722b36
commit 718ef4d699

View file

@ -91,7 +91,7 @@ class RequestContext(object):
self.match_request()
# Support for deprecated functionality. This is doing away with
# XXX: Support for deprecated functionality. This is doing away with
# Flask 1.0
blueprint = self.request.blueprint
if blueprint is not None: