[issue5199] warns vars() assignment as well as locals()

2009-03-30 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r70765. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue5199] warns vars() assignment as well as locals()

2009-02-09 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto : This comes from issue5197. Maybe we can emphasize a behavior of assignment to vars() is undefined if decorated with red block of *warning* as well as locals(). This patch is for release26-maint. -- assignee: georg.brandl components: Documentation f