mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Conversion.write_ordinal(): Not used, remove it.
This commit is contained in:
parent
691a5a7c09
commit
fed0d09075
@ -14,7 +14,6 @@ The format of the table is largely undocumented; see the commented
|
||||
headers where the table is specified in main(). There is no provision
|
||||
to load an alternate table from an external file.
|
||||
"""
|
||||
__version__ = '$Revision$'
|
||||
|
||||
import errno
|
||||
import getopt
|
||||
@ -114,9 +113,6 @@ class Conversion:
|
||||
self.line = string.join(map(string.rstrip, ifp.readlines()), "\n")
|
||||
self.preamble = 1
|
||||
|
||||
def write_ordinal(self, ordinal):
|
||||
self.write("-\\%%%d;\n" % ordinal)
|
||||
|
||||
def err_write(self, msg):
|
||||
if DEBUG:
|
||||
sys.stderr.write(str(msg) + "\n")
|
||||
|
Loading…
Reference in New Issue
Block a user