toki doki, 05.07.2010 08:36: > Considering that : > (1) - It seems a lot of duplicate effort to maintain two doc files > about the same features.
Actually, there was some effort to get them merged already, but it turned out to be more than what was open for investment at the time. > (2) - The old version of the wiki file would still be useful for > people who can't upgrade to cython0.13, or have to maintain older > code. Sure. Most of that is equivalent to what Pyrex provides, but I'm fine with keeping that Wiki page alive (and somewhat hidden). > I propose to do the following: > 1- Reverse http://wiki.cython.org/WrappingCPlusPlus to the version for > cython<=0.12 > 2- Maybe rename it to WrappingCPlusPlus_ForCython012AndLower > 3- Add a big warning on top of WrappingCPlusPlus_ForCython012AndLower > saying that "This information is deprecated. Starting with version > 0.13, cython has full native support for c++. See section xxx of the > user guide for details" +1 > 4- Add all the missing information that was contained in the wiki file > to the userguide file. This include (at least): nested class > declaration, cython.operator.dereference, > cython.operator.preincrement, (any other cython.operator I should > know? I suppose there is at least a operator.postincrement ...) +1 There is a cython-docs project on the hg site that holds all the documentation. Please grab a copy and edit away as you see fit. Thanks! Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
