From pwatson at phs.org Wed Oct 2 18:36:09 2013 From: pwatson at phs.org (Watson, Paul) Date: Wed, 2 Oct 2013 16:36:09 +0000 Subject: [stdlib-sig] difflib on large files In-Reply-To: References: <61EFF35B4133924E97252606068940341C5AB449@EXCHSV1.phs.org> Message-ID: <61EFF35B4133924E97252606068940341C5AC1D3@EXCHSV1.phs.org> Not that I know of; you can try searching bugs.python.org, though, to verify. ? Would it be better to integrate larger dataset sizes into difflib or to create something new such as bigdifflib? This would be overkill for a new module. Patches are welcome if you would like to propose a solution for the pre-existing difflib module. -Brett === Rather than modify difflib.py, I modified the diff.py command line interface that appears in the Python doc. I am sure that some of my clumsy code could be improved. ============================================ *-*-*- PRESBYTERIAN_HEALTHCARE_SERVICES_DISCLAIMER -*-*-* This message originates from Presbyterian Healthcare Services or one of its affiliated organizations. It contains information, which may be confidential or privileged, and is intended only for the individual or entity named above. It is prohibited for anyone else to disclose, copy, distribute or use the contents of this message. All personal messages express views solely of the sender, which are not to be attributed to Presbyterian Healthcare Services or any of its affiliated organizations, and may not be distributed without this disclaimer. If you received this message in error, please notify us immediately at postmaster at phs.org. If you would like more information about Presbyterian Healthcare Services please visit our web site http://www.phs.org ============================================ -------------- next part -------------- A non-text attachment was scrubbed... Name: diffbig.py Type: application/octet-stream Size: 4095 bytes Desc: diffbig.py URL: From brett at python.org Wed Oct 2 19:26:56 2013 From: brett at python.org (Brett Cannon) Date: Wed, 2 Oct 2013 13:26:56 -0400 Subject: [stdlib-sig] difflib on large files In-Reply-To: <61EFF35B4133924E97252606068940341C5AC1D3@EXCHSV1.phs.org> References: <61EFF35B4133924E97252606068940341C5AB449@EXCHSV1.phs.org> <61EFF35B4133924E97252606068940341C5AC1D3@EXCHSV1.phs.org> Message-ID: If you would like your patch to be considered for inclusion with Python you will need to open an issue at bugs.python.org and attach the patch to the issue. On Wed, Oct 2, 2013 at 12:36 PM, Watson, Paul wrote: > Not that I know of; you can try searching bugs.python.org, though, to > verify. > > Would it be better to integrate larger dataset sizes into difflib or to > create something new such as bigdifflib? > > This would be overkill for a new module. Patches are welcome if you would > like to propose a solution for the pre-existing difflib module. > > -Brett > > === Rather than modify difflib.py, I modified the diff.py command line > interface that appears in the Python doc. I am sure that some of my clumsy > code could be improved. > ============================================ > *-*-*- PRESBYTERIAN_HEALTHCARE_SERVICES_DISCLAIMER -*-*-* > > This message originates from Presbyterian Healthcare Services or one of > its affiliated organizations. > It contains information, which may be confidential or privileged, and is > intended only for the > individual or entity named above. It is prohibited for anyone else to > disclose, copy, distribute > or use the contents of this message. All personal messages express views > solely of the sender, which are > not to be attributed to Presbyterian Healthcare Services or any of its > affiliated organizations, and may not > be distributed without this disclaimer. If you received this message in > error, please notify us immediately > at postmaster at phs.org. > > If you would like more information about Presbyterian Healthcare Services > please visit our web site > > http://www.phs.org > > ============================================ > -------------- next part -------------- An HTML attachment was scrubbed... URL: