[C++-sig] Re: Doc bugs

Dirk Gerrits dirk at gerrits.homeip.net
Wed Jun 18 19:38:16 CEST 2003


Juergen Hermann wrote:
> http://www.boost.org/libs/python/doc/tutorial/doc/using_the_interpreter.
> html
> 
> 
> main_namespace dict(handle<>(borrowed( PyModule_GetDict(main_module.get
> ()) )));
> 
> should be 
> 
> dict main_namespace(handle<>(borrowed( PyModule_GetDict(main_module.get
> ()) )));

This one has already been fixed in CVS some time ago.
But thanks for the report.

Regards,
Dirk Gerrits






More information about the Cplusplus-sig mailing list