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 LambertDW
Recipients LambertDW, Orlowski, loewis
Date 2009-01-30.14:40:23
SpamBayes Score 0.00042449048
Marked as misclassified No
Message-id <1233326425.97.0.690405797973.issue5092@psf.upfronthosting.co.za>
In-reply-to
Content
The alternative is unreasonable.  I doubt you'd be happy with this:


a = 'Something'

def variable_both_global_and_local()->Exception('No good!'):
    del a    # delete a from global name space
    a = 'anotherthing'  # define a in local name space
History
Date User Action Args
2009-01-30 14:40:26LambertDWsetrecipients: + LambertDW, loewis, Orlowski
2009-01-30 14:40:25LambertDWsetmessageid: <1233326425.97.0.690405797973.issue5092@psf.upfronthosting.co.za>
2009-01-30 14:40:24LambertDWlinkissue5092 messages
2009-01-30 14:40:24LambertDWcreate