pyclewn version: 1.7
tracker id: 3464903
mercurial changeset: 3c0267dd8b8e

Description:

    The ``dbgvar`` command with Python 2.7.2 and Python 3.2.2 aborts
    with:

        assert false, missing unified diff control line at
        xxx/lib/python/clewn/netbeans.py:439


Solution:

    The bug is caused by a change in Python ``difflib`` made when
    fixing issue http://bugs.python.org/issue11747. See the unified
    format description at
    https://secure.wikimedia.org/wikipedia/en/wiki/Diff#Unified_format
    that states:

        In many versions of GNU diff, each range can omit the comma
        and trailing value s, in which case s defaults to 1.

    The fix in pyclewn changes the RE_UNIDIFF regular expression to
    take into account that Python difflib may now omit "the comma and
    trailing value s".


File:

  netbeans.py

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to