Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39965
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.87.MISMATCH!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python': 0.09; 'modules.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'terry': 0.09; 'url:github': 0.09; '3.3,': 0.16; '3.3.': 0.16; 'bugs,': 0.16; 'command:': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'script?': 0.16; 'subject:3.3': 0.16; 'subject:between': 0.16; 'url:whatsnew': 0.16; 'wrote:': 0.17; 'unicode': 0.17; 'jan': 0.18; '3.2': 0.22; 'affected': 0.22; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.28; 'run': 0.28; 'unified': 0.29; 'that.': 0.30; 'url:python': 0.32; 'anybody': 0.32; 'switch': 0.32; 'could': 0.32; 'builds': 0.33; 'problem': 0.33; 'to:addr:python-list': 0.33; '(with': 0.33; 'changed': 0.34; 'pm,': 0.35; 'something': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'url:org': 0.36; 'modules': 0.36; 'method': 0.36; 'should': 0.36; 'subject: (': 0.36; 'possible': 0.37; 'does': 0.37; 'two': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'latest': 0.61; 'wide': 0.62; 'between': 0.63; 'decided': 0.65; 'received:fios.verizon.net': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Terry Reedy <tjreedy@udel.edu> |
| Subject | Re: Difference in RE between 3.2 and 3.3 (or Aaron Swartz memorial) |
| Date | Tue, 26 Feb 2013 11:25:21 -0500 |
| References | <slrnkid41e.u21.mcepl@wycliff.ceplovi.cz> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | quoted-printable |
| X-Gmane-NNTP-Posting-Host | pool-173-75-251-66.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 |
| In-Reply-To | <slrnkid41e.u21.mcepl@wycliff.ceplovi.cz> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2549.1361895946.2939.python-list@python.org> (permalink) |
| Lines | 44 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1361895946 news.xs4all.nl 6895 [2001:888:2000:d::a6]:47705 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:39965 |
Show key headers only | View raw
On 2/21/2013 4:22 PM, Matej Cepl wrote: > as my method to commemorate Aaron Swartz, I have decided to port his > html2text to work fully with the latest python 3.3. After some time > dealing with various bugs, I have now in my repo > https://github.com/mcepl/html2text (branch python3) working solution > which works all the way to python 3.2 (inclusive; > https://travis-ci.org/mcepl/html2text). However, the last problem > remains. This > > <li>Run this command: > <pre>ls -l *.html</pre></li> > <li>?</li> > > should lead to > > * Run this command: > > ls -l *.html > > * ? > > but it doesn’t. It leads to this (with python 3.3 only) > > * Run this command: > ls -l *.html > > * ? > > Does anybody know about something which changed in modules re or > http://docs.python.org/3.3/whatsnew/changelog.html between 3.2 and 3.3, which could influence this script? Search the changelob or 3.3 misc/News for items affecting those two modules. There are at least 4. http://docs.python.org/3.3/whatsnew/changelog.html It is faintly possible that the switch from narrow/wide builds to unified builds somehow affected that. Have you tested with 2.7/3.2 on both narrow and wide unicode builds? -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Difference in RE between 3.2 and 3.3 (or Aaron Swartz memorial) Matej Cepl <mcepl@redhat.com> - 2013-02-21 22:22 +0100
Re: Difference in RE between 3.2 and 3.3 (or Aaron Swartz memorial) Terry Reedy <tjreedy@udel.edu> - 2013-02-26 11:25 -0500
Re: Difference in RE between 3.2 and 3.3 (or Aaron Swartz memorial) Matej Cepl <mcepl@redhat.com> - 2013-03-06 14:07 +0100
csiph-web