I am trying to make a IRC client in Python and I got a problem with Ident. I listen on port 113 for message from the Ident server, this works. The message looks like this: 49764 , 6667.
I have logging configured using logging.fileConfig(). I have a the root logger going to a handler that uses SysLogHandler(\'/dev/log\', handlers.SysLogHandler.LOG_USER)
How do I enab开发者_C百科le ident $Id$ on files in a Git repository?Summary: The recommended way of embedding version information in a product is to use the build system for that; see below for detail