| commit | a29a37d533744e1b8200b1d2e032d0f8d186ab98 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 15:47:44 2011 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 15:47:44 2011 +0100 |
| tree | ea402db1749bcff9ee54c15eb2fcf9cbe410ceaa | |
| parent | 0b2f94db2325ed2cbff452eb9373b1ff13f19fce [diff] |
updated for version 7.3.142
Problem: Python stdout doesn't have a flush() method, causing an import to
fail.
Solution: Add a dummy flush() method. (Tobias Columbus)