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

SourceForge.net noreply@sourceforge.net
Thu, 06 Mar 2003 14:16:15 -0800


Bugs item #697256, was opened at 2003-03-04 08: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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Troels Walsted Hansen (troels)
Assigned to: Neal Norwitz (nnorwitz)
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.


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-03-06 17:16

Message:
Logged In: YES 
user_id=33168

Thanks!

Checked in as:
 * Include/marshal.h 2.13
 * Doc/api/utilities.tex 1.8

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2003-03-06 08:10

Message:
Logged In: YES 
user_id=6380

Go ahead!

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-03-06 01:28

Message:
Logged In: YES 
user_id=33168

Guido, any problem removing the doc and prototype?

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

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