From c4e58afa6bb37aec33364cb0aaed036134369a55 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 28 May 2010 21:55:42 +0000 Subject: [PATCH] Blocked revisions 81588 via svnmerge ........ r81588 | victor.stinner | 2010-05-28 23:55:10 +0200 (ven., 28 mai 2010) | 3 lines Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no used anymore and it was never documented. ........