Thu, 17 Apr 2014 18:22:56 +0200
Implemented a workaround for a Mercurial command server issue on Windows platforms causing a crash/unexpected behavior for long outputs (> 4092 characters).
# -*- coding: utf-8 -*- # Copyright (c) 2010 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package containing pyflakes adapted to eric5. Note: This is a copy of the identical package contained in Utilities. It is here to make it accessible to the external Python 2 process. """ __version__ = '0.7.3'