]> granicus.if.org Git - python/commit
Use a new global DEV_NULL instead of hard-coding /dev/null into the system
authorMarc-André Lemburg <mal@egenix.com>
Mon, 13 Jul 2009 20:23:49 +0000 (20:23 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 13 Jul 2009 20:23:49 +0000 (20:23 +0000)
commit19e5b3f9d103d7fd45557b1842d9ea87facf9e15
treea8cd3f961be2a0dad14e953c1068923c970e7a2f
parent9d11fefe1b3dfffc48872df690305e9a7128c897
Use a new global DEV_NULL instead of hard-coding /dev/null into the system
command helper functions.

See #6479 for some motivation.
Lib/platform.py