]> granicus.if.org Git - python/commit
Bug #1627575: Added _open() method to FileHandler which can be used to reopen files...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 9 Jan 2007 14:50:28 +0000 (14:50 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 9 Jan 2007 14:50:28 +0000 (14:50 +0000)
commit825b75a053e77c886b799c59653d4cbbb34803d0
treeb4ced10af4024c01ff32aa002eb17f00a5d56e19
parentc9137263d5e0c9892a54a710d8f661b97df7a0ee
Bug #1627575: Added _open() method to FileHandler which can be used to reopen files. The FileHandler instance now saves the encoding (which can be None) in an attribute called "encoding".
Lib/logging/__init__.py