id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1890,Missing parameters in example code,dima@…,Dave Abrahams,"On the page: http://www.boost.org/doc/libs/1_35_0/libs/python/doc/tutorial/doc/html/python/embedding.html object ignored = exec(""hello = file('hello.txt', 'w')\n"" ""hello.write('Hello world!')\n"" ""hello.close()"", main_namespace); should be: object ignored = exec(""hello = file('hello.txt', 'w')\n"" ""hello.write('Hello world!')\n"" ""hello.close()"", main_namespace, main_namespace); ",Bugs,closed,Boost 1.36.0,python USE GITHUB,Boost 1.35.0,Problem,invalid,,rwgk@…