[issue20971] HTML output of difflib

2016-05-06 Thread Berker Peksag

Changes by Berker Peksag :


--
resolution:  -> duplicate
stage: needs patch -> resolved
status: open -> closed
superseder:  -> Modernize HTML output of difflib.HtmlDiff.make_file()

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20971] HTML output of difflib

2014-03-18 Thread Jasvir Singh

Jasvir Singh added the comment:

Ok Ezio Melotti, I'll start working on it :)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20971] HTML output of difflib

2014-03-18 Thread Ezio Melotti

Ezio Melotti added the comment:

Yes, you could make patches for Python 3.5 and release a PyPI package that 
includes these changes and it's compatible with older versions.  The same has 
been done for other modules as well (e.g. unittest2 includes features that are 
available on recent versions of Python but it's compatible with older versions 
too).
The reason why we can't add this to 2.7 (or even 3.4) is because they only 
receive bug fixes (and older versions only receive security fixes).  Since 
there won't be a 2.8, new features can only go on 3.5.  You can find more 
information about this on the devguide.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20971] HTML output of difflib

2014-03-18 Thread Jasvir Singh

Jasvir Singh added the comment:

Why we can't add this in 2.7?
Major projects and OS supporting 2.7 now and I am updating this because I am 
need of feature for 2.7.

Can't we do it like release new version with new name(or something like). If 
one wants to download it, he/she can download using pip and make it default in 
python 3.5?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20971] HTML output of difflib

2014-03-18 Thread Ezio Melotti

Ezio Melotti added the comment:

This is a new feature, so it can go only in 3.5.
Updating the generated HTML sounds like a good idea, however we must consider 
if this might cause any problems related to backward compatibility.
If you are going to do this, please use (valid) HTML5.

--
nosy: +ezio.melotti
stage:  -> needs patch
versions: +Python 3.5 -Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20971] HTML output of difflib

2014-03-18 Thread Jasvir Singh

New submission from Jasvir Singh:

HTML output of python difflib is in HTML1 which is outdated now. I am working 
on updating this library and I'll submit a patch as soon as possible.

--
components: Library (Lib)
messages: 213992
nosy: Jasvir.Singh
priority: normal
severity: normal
status: open
title: HTML output of difflib
type: enhancement
versions: Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com