Bugs item #1061920, was opened at 2004-11-07 14:28 Message generated for change (Settings changed) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1061920&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: Python 2.3 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Gustavo J. A. M. Carneiro (gustavo) >Assigned to: Georg Brandl (gbrandl) >Summary: \"k\" specifier in PyArg_ParseTuple incomplete documentated Initial Comment: Documentation for python 2.3 says: "k" (integer) [unsigned long] Convert a Python integer to a C unsigned long without overflow checking. New in version 2.3. However I was told -- and tested to be true -- that "k" also accepts python long as argument. This should be mentioned in the documentation, otherwise programmers will assume "k" only accepts values in the range 0-2^31, thus not allowing the full 'unsigned long' range. ---------------------------------------------------------------------- Comment By: Georg Brandl (birkenfeld) Date: 2005-07-17 20:05 Message: Logged In: YES user_id=1188172 Fixed as Doc/api/utilities.tex r1.22, r1.20.2.2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1061920&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com