Changes between Version 1 and Version 2 of PythonPort/Process


Ignore:
Timestamp:
Oct 10, 2007, 2:19:57 PM (18 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort/Process

    v1 v2  
    1 
    21= Boost.Build Python porting process =
    32
     
    3130  * If it's not possible to port something because another module is not yet up-to-date, leave "FIXME" comment, telling what's needed to be done.
    3231  * If you start work on a module, please add a "# Status:" comment and immediately commit, so that others don't try to port it at the same time.
     32  * As a module is ported, add some explanations to PythonPort/Design -- both concerning the Python-specific issues and general notes how that level works.