Changeset 391 for python/trunk/Doc/library/fpectl.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/fpectl.rst
r2 r391 114 114 115 115 Some files in the source distribution may be interesting in learning more about 116 how this module operates. The include file : file:`Include/pyfpe.h` discusses the117 implementation of this module at some length. : file:`Modules/fpetestmodule.c`116 how this module operates. The include file :source:`Include/pyfpe.h` discusses the 117 implementation of this module at some length. :source:`Modules/fpetestmodule.c` 118 118 gives several examples of use. Many additional examples can be found in 119 : file:`Objects/floatobject.c`.119 :source:`Objects/floatobject.c`. 120 120
Note:
See TracChangeset
for help on using the changeset viewer.