[issue22186] Typos in .py files

2014-08-12 Thread Févry Thibault

New submission from Févry Thibault:

The patch removes several typos found in .py files.

--
assignee: docs@python
components: Documentation
files: spelling.diff
keywords: patch
messages: 225232
nosy: docs@python, iwontbecreative
priority: normal
severity: normal
status: open
title: Typos in .py files
type: enhancement
Added file: http://bugs.python.org/file36358/spelling.diff

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



[issue22186] Typos in .py files

2014-08-12 Thread Févry Thibault

Févry Thibault added the comment:

Right, must have done something wrong at some point.
Here is an updated diff.

--
Added file: http://bugs.python.org/file36361/spelling.diff

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



[issue18803] Fix more typos in .py files

2013-08-24 Thread Févry Thibault

Févry Thibault added the comment:

Ezio : Yes, I was just following Reddy's advice from another bug report (issue 
18466) 

Terry : Yes, looks like I was tired while doing that...

 Should be fixed in the updated patch

--
Added file: http://bugs.python.org/file31454/more_typos.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18803
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18803] Fix more typos in .py files

2013-08-21 Thread Févry Thibault

New submission from Févry Thibault:

Just like issue 18741 and 18705.

It also fixes one typo in a C file.

--
assignee: docs@python
components: Documentation
files: more_typos.diff
keywords: patch
messages: 195823
nosy: docs@python, iwontbecreative
priority: normal
severity: normal
status: open
title: Fix more typos in .py files
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31411/more_typos.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18803
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18466] Spelling mistakes in various code comments.

2013-08-17 Thread Févry Thibault

Févry Thibault added the comment:

Updated the patch.

--
Added file: http://bugs.python.org/file31337/typos.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18466
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18741] Fix typos/spelling mistakes in Lib/*/*/.py files

2013-08-14 Thread Févry Thibault

New submission from Févry Thibault:

Using the same tool described in issue 18705, I fixed more typos.

--
assignee: docs@python
components: Documentation
files: another_typo_patch.diff
keywords: patch
messages: 195216
nosy: docs@python, iwontbecreative
priority: normal
severity: normal
status: open
title: Fix typos/spelling mistakes in Lib/*/*/.py files
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31294/another_typo_patch.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18741
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-11 Thread Févry Thibault

Févry Thibault added the comment:

 I don't think there's a strict policy about using American spellings in the 
 source;  I think spellings like 'behaviour' and 'grey' should be left alone.

I didn't really know whether to change them or not and did not find an answer 
in the devguide (Might be worth documenting it ?) so I decided to change it :/.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18705
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-11 Thread Févry Thibault

Févry Thibault added the comment:

Updated the patch to no longer change BE to AE and fixed two mistakes in my 
correction.

--
Added file: http://bugs.python.org/file31231/spelling_Lib.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18705
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18705] Fix typos/spelling mistakes in Lib/*.py files

2013-08-11 Thread Févry Thibault

Changes by Févry Thibault thibaultfe...@gmail.com:


--
title: Fix arround 100 typos/spelling mistakes - Fix typos/spelling mistakes 
in Lib/*.py files

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18705
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-10 Thread Févry Thibault

New submission from Févry Thibault:

In issue 18466 I had said I was planning to write a tool that checks python 
source code to see if they are spelling mistakes in comments/strings. As it was 
said there, the big issue was the fact that python has so many non-english 
words and that docstrings often had variable names in them, so I had to work 
arround the issue and add a personal word list.

I only applied the tool to Lib/*.py yet, as it takes some time to check 
false-positives and I didn't want to end with patches too big to be reviewed.

--
assignee: docs@python
components: Documentation
files: spelling_Lib.diff
keywords: patch
messages: 194850
nosy: docs@python, iwontbecreative
priority: normal
severity: normal
status: open
title: Fix arround 100 typos/spelling mistakes
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31223/spelling_Lib.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18705
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-10 Thread Févry Thibault

Févry Thibault added the comment:

Note that I am not a very good python programmer so the attached script may 
look ugly to you, but it works.

--
versions: +Python 3.3
Added file: http://bugs.python.org/file31224/spell.py

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18705
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-10 Thread Févry Thibault

Févry Thibault added the comment:

And here is a python_words.txt so you have to press enter less times :)

--
Added file: http://bugs.python.org/file31225/python_words.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18705
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18466] Spelling mistakes in various code comments.

2013-08-10 Thread Févry Thibault

Févry Thibault added the comment:

See issue 18705 for a basic script.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18466
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18687] Lib/test/leakers/test_ctypes.py still mentions the need to update Misc/build.sh

2013-08-08 Thread Févry Thibault

New submission from Févry Thibault:

# When this leak is fixed, remember to remove from Misc/build.sh LEAKY_TESTS. 
- Misc/build.sh got removed 19 months ago, this should be updated.

--
assignee: docs@python
components: Documentation
files: patch.diff
keywords: patch
messages: 194703
nosy: docs@python, iwontbecreative
priority: normal
severity: normal
status: open
title: Lib/test/leakers/test_ctypes.py still mentions the need to update 
Misc/build.sh
versions: Python 3.4
Added file: http://bugs.python.org/file31200/patch.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18687
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18466] Spelling mistakes in various code comments.

2013-07-19 Thread Févry Thibault

Févry Thibault added the comment:

Terry Reedy : The scripts needs to be improved and I won't be able to access my 
computer until mid August so I don't think I will be able to do anything until 
then. But the script should be able to do that if I work on it a bit. I would 
use python enchant rather than libre-office for spell-checking and would need a 
text file about words specifics to python that should not be reported. I'll 
work on it once I get back (8th August) and when it is a bit more polished I'll 
update this post.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18466
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18448] Tools/demo/eiffel.py fails to run tests.

2013-07-16 Thread Févry Thibault

Févry Thibault added the comment:

One more update. When it fails, it sometimes fails with :

==
ERROR: testEiffelMetaClass1 (__main__.Tests)
--
Traceback (most recent call last):
  File ./Tools/demo/eiffel.py, line 102, in testEiffelMetaClass1
self._test(EiffelMetaClass1)
  File ./Tools/demo/eiffel.py, line 112, in _test
class Test(Eiffel):
  File ./Tools/demo/eiffel.py, line 17, in __new__
meta, name, bases, dict)
TypeError: type __qualname__ must be a str, not function

==
ERROR: testEiffelMetaClass2 (__main__.Tests)
--
Traceback (most recent call last):
  File ./Tools/demo/eiffel.py, line 105, in testEiffelMetaClass2
self._test(EiffelMetaClass2)
  File ./Tools/demo/eiffel.py, line 112, in _test
class Test(Eiffel):
  File ./Tools/demo/eiffel.py, line 17, in __new__
meta, name, bases, dict)
TypeError: type __qualname__ must be a str, not EiffelDescriptor

--
Ran 2 tests in 0.004s

As I have no experience with metaclasses and all that stuff, I won't be able to 
fix it/find what's wrong.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18448
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18443] Misc/Readme still documents TextMate

2013-07-15 Thread Févry Thibault

Févry Thibault added the comment:

The issue with Vim files has been fixed but not this one.
Adding a patch in case it is faster for anyone, as well as properly triaging 
the bug report. This also fixes the list to put in back in alphabetical order.

--
assignee:  - docs@python
components: +Documentation
keywords: +patch
nosy: +docs@python, eric.araujo, ezio.melotti, georg.brandl
type:  - enhancement
versions: +Python 3.4
Added file: http://bugs.python.org/file30924/readme.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18443
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18457] Fix and cleanup the ss1.py demo

2013-07-15 Thread Févry Thibault

Févry Thibault added the comment:

These are some nice improvements, but there is still a crash if you type 
=1000**5000 .

--
nosy: +iwontbecreative

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18457
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18460] .chm documentation files advertised in download.html but not there.

2013-07-15 Thread Févry Thibault

New submission from Févry Thibault:

Just like it happenned with 2.7.3, the .chm help files are not present in the 
download pages.

The download page (e.g : http://docs.python.org/3/download.html) advertises the 
presence of .chm files but they are not there. 

I am unsure whether or not these files are still built, but as this as happend 
for all 3.* versions and there is no previous bug report, it might be worth 
looking at simply removing support for these files.

--
assignee: docs@python
components: Documentation
messages: 193096
nosy: docs@python, iwontbecreative
priority: normal
severity: normal
status: open
title: .chm documentation files advertised in download.html but not there.
type: enhancement
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18460
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18461] X Error in tkinter

2013-07-15 Thread Févry Thibault

Changes by Févry Thibault thibaultfe...@gmail.com:


--
nosy: +iwontbecreative

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18461
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18462] Download Other documentation page contains a link to a french poker site

2013-07-15 Thread Févry Thibault

New submission from Févry Thibault:

The python for PSP (http://python-psp.net/trac) now redirects to python-psp.net 
which is a poker site.

--
assignee: docs@python
components: Documentation
messages: 193101
nosy: docs@python, iwontbecreative
priority: normal
severity: normal
status: open
title: Download  Other documentation page contains a link to a french poker 
site
type: enhancement

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18462
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18463] Download Other documentation page outdated/dead links

2013-07-15 Thread Févry Thibault

New submission from Févry Thibault:

See issue 18462 and
The link to the series-60 nokia page directs to an empty page : 
http://www.developer.nokia.com/Community/Wiki/Nokia_Open_Source/ with comments 
in history : 
09:15, 24 April 2013 hamishwillee (Talk | contribs) deleted page Nokia Open 
Source/ (Stop creating htis page or you will be banned.)
04:20, 12 March 2013 hamishwillee (Talk | contribs) deleted page Nokia Open 
Source/ (There is no point to this topic. No content)
05:37, 4 March 2013 hamishwillee (Talk | contribs) deleted page Nokia Open 
Source/ (Appears to have been created by accident)

- The download are leak for python for VMS is dead : 
http://www.pi-net.dyndns.org/anonymous/kits/

--
assignee: docs@python
components: Documentation
messages: 193102
nosy: docs@python, iwontbecreative
priority: normal
severity: normal
status: open
title: Download  Other documentation page outdated/dead links
type: enhancement

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18463
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18466] Spelling mistakes in various code comments.

2013-07-15 Thread Févry Thibault

New submission from Févry Thibault:

The attached patch fixes spelling mistakes found on various comments, mainly in 
/Lib/. I choose not to correct things like 'everytime' since the main goal was 
to improve readability and not turn useful technical comments into English 
litterature. I hope this is fine.


[These were found using a script, if anyone wants I could post it somewhere 
after I polish it].

--
files: spelling.patch
keywords: patch
messages: 193120
nosy: iwontbecreative
priority: normal
severity: normal
status: open
title: Spelling mistakes in various code comments.
type: enhancement
Added file: http://bugs.python.org/file30930/spelling.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18466
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18448] Tools/demo/eiffel.py fails to run tests.

2013-07-15 Thread Févry Thibault

Févry Thibault added the comment:

Interessting update : The test does *not* fail all the time. It succeeds about 
1/3 times on my computer.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18448
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18445] Tools/Script/Readme is outdated

2013-07-14 Thread Févry Thibault

New submission from Févry Thibault:

Several issues :
- abitype.py, analyze_dxp.py, get-remote-certificate.py, import_diagnostics.py, 
parse_html5_entities.py are not documented.
- README mentions redemo.py which was moved to Tools/Demo.
- README says all python scripts are executables, but some need chmod +x
- The script list in readme would benefit from being sorted in alphabetical 
order

--
messages: 193028
nosy: iwontbecreative
priority: normal
severity: normal
status: open
title: Tools/Script/Readme is outdated

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18445
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18446] Dead link in documenting.rst

2013-07-14 Thread Févry Thibault

New submission from Févry Thibault:

The following link is dead :
Apple Publications Style Guide: 
http://developer.apple.com/mac/library/documentation/UserExperience/Conceptual/APStyleGuide/APSG_2009.pdf
and redirects to another page.

--
components: Devguide
messages: 193029
nosy: ezio.melotti, iwontbecreative
priority: normal
severity: normal
status: open
title: Dead link in documenting.rst

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18448] Tools/demo/eiffel.py fails to run tests.

2013-07-14 Thread Févry Thibault

New submission from Févry Thibault:

Using trunk.

.Tools/demo/eiffel.py -v
testEiffelMetaClass1 (__main__.Tests) ... FAIL
testEiffelMetaClass2 (__main__.Tests) ... FAIL

==
FAIL: testEiffelMetaClass1 (__main__.Tests)
--
Traceback (most recent call last):
  File ./eiffel.py, line 102, in testEiffelMetaClass1
self._test(EiffelMetaClass1)
  File ./eiffel.py, line 137, in _test
self.assertRaises(AssertionError, t.m2, 0)
AssertionError: AssertionError not raised by m2

==
FAIL: testEiffelMetaClass2 (__main__.Tests)
--
Traceback (most recent call last):
  File ./eiffel.py, line 105, in testEiffelMetaClass2
self._test(EiffelMetaClass2)
  File ./eiffel.py, line 137, in _test
self.assertRaises(AssertionError, t.m2, 0)
AssertionError: AssertionError not raised by m2

--
Ran 2 tests in 0.001s

FAILED (failures=2)

--
components: Demos and Tools
messages: 193038
nosy: iwontbecreative
priority: normal
severity: normal
status: open
title: Tools/demo/eiffel.py fails to run tests.

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18448
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18449] Demo 'ss1.py' crash in python3

2013-07-14 Thread Févry Thibault

New submission from Févry Thibault:

Run the demo. Click one of the columns or the rows. It does not select the 
colum/row accordingly and outputs an error log to command line.

--
components: Demos and Tools
files: python_3_change.patch
keywords: patch
messages: 193045
nosy: iwontbecreative
priority: normal
severity: normal
status: open
title: Demo 'ss1.py' crash in python3
type: crash
Added file: http://bugs.python.org/file30914/python_3_change.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18449
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18445] Tools/Script/Readme is outdated

2013-07-14 Thread Févry Thibault

Changes by Févry Thibault thibaultfe...@gmail.com:


--
components: +Demos and Tools
type:  - enhancement
versions: +Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18445
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18450] Typos in developers.rst

2013-07-14 Thread Févry Thibault

New submission from Févry Thibault:

'Mathemathics' - 'Mathematics'
'Recommandation' (I also love French :) ) - 'Recommendation'

--
components: Devguide
files: typos.patch
keywords: patch
messages: 193053
nosy: ezio.melotti, iwontbecreative
priority: normal
severity: normal
status: open
title: Typos in developers.rst
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file30918/typos.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18450
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18452] Typo in Doc/howto/argparse.rst

2013-07-14 Thread Févry Thibault

New submission from Févry Thibault:

'occurences' - 'occurrences'

--
assignee: docs@python
components: Documentation
messages: 193057
nosy: docs@python, iwontbecreative
priority: normal
severity: normal
status: open
title: Typo in Doc/howto/argparse.rst
type: enhancement
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18452
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18452] Typo in Doc/howto/argparse.rst

2013-07-14 Thread Févry Thibault

Févry Thibault added the comment:

This one typo should also be fixed on other files namely : 
- Doc/library/stdtypes.rst
- Doc/library/configparser.rst

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18452
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18449] Demo 'ss1.py' crash in python3

2013-07-14 Thread Févry Thibault

Févry Thibault added the comment:

Depending on what's the policy (is this documented somewhere ? Should we try to 
enhance them or not ?) for demo files, I might add the possibility to change 
the default number of line/columns. Needing some guidance here.

--
versions: +Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18449
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18442] Typo in developers.rst line 27

2013-07-13 Thread Févry Thibault

New submission from Févry Thibault:

'prush' - 'push'

--
components: Devguide
messages: 193018
nosy: ezio.melotti, iwontbecreative
priority: normal
severity: normal
status: open
title: Typo in developers.rst line 27

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18442
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9893] Removing the Misc/Vim/ files

2013-07-13 Thread Févry Thibault

Févry Thibault added the comment:

The files weres indeed removed but Misc/Readme was not updated accordingly. The 
last line needs to be removed.

--
nosy: +iwontbecreative

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9893
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18443] Misc/Readme still documents TextMate

2013-07-13 Thread Févry Thibault

New submission from Févry Thibault:

changeset:   80448:901002834a68
user:Brett Cannon br...@python.org
date:Thu Nov 15 16:12:19 2012 -0500
summary: Remove the TextMate bundle.

- Misc/Readme has not been updated accordingly. The line documenting TextMate 
should be removed.

(Likewise, since it's the same kind of topic, I would like to bring attention 
to http://bugs.python.org/issue9893#msg193020 )

[Sorry, I did not know which component was appropriate to report against]

--
messages: 193024
nosy: iwontbecreative
priority: normal
severity: normal
status: open
title: Misc/Readme still documents TextMate

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18443
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com