はてなアイデアで要望を行う

はてなダイアリーへの要望 によると はてなアイデア で要望や不具合報告を行うようです。

はてなアイデア - はてなダイアリーのスーパー pre 記法(シンタックス・ハイライト)で Python の with 文をハイライトしてください

Python予約語__import__ で調べることができます。Python 2.5 から with 文 が追加されています。

$ python
Python 2.6.4 (r264:75706, Jun  4 2010, 18:20:16) 
[GCC 4.4.4 20100503 (Red Hat 4.4.4-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> for i in __import__('keyword').kwlist: print i
and
as
assert
break
class
continue
def
del
elif
else
except
exec
finally
for
from
global
if
import
in
is
lambda
not
or
pass
print
raise
return
try
while
with
yield