[Python-bugs-list] [ python-Bugs-697256 ] PyMarshal_WriteShortToFile() documented, but not implemented

SourceForge.net noreply@sourceforge.net
Tue, 04 Mar 2003 05:58:04 -0800


Bugs item #697256, was opened at 2003-03-04 14:58
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=697256&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Troels Walsted Hansen (troels)
Assigned to: Nobody/Anonymous (nobody)
Summary: PyMarshal_WriteShortToFile() documented, but not implemented

Initial Comment:
$ grep -r PyMarshal_WriteShortToFile *
Doc/api/utilities.tex:\begin{cfuncdesc}{void}{PyMarshal_WriteShortToFile}{short
value, FILE *file}
Include/marshal.h:PyAPI_FUNC(void)
PyMarshal_WriteShortToFile(int, FILE *);

I guess it is a historic function that was removed at
some point?

Appears in both Python 2.2.2 and 2.3a2.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=697256&group_id=5470