From 0554313887ddab459c9b87e291ad114d093b9366 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 16 Mar 2011 07:39:17 +0000 Subject: [PATCH] Treat None as a Python keyword git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12542 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/pythonkw.swg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/python/pythonkw.swg b/Lib/python/pythonkw.swg index 2ee233516..2dd4f2f49 100644 --- a/Lib/python/pythonkw.swg +++ b/Lib/python/pythonkw.swg @@ -124,7 +124,8 @@ PYTHONBN(zip); */ PYTHONBN(True); PYTHONBN(False); -PYTHONBN(None); + +PYTHONKW(None); /*