On Sun, Nov 3, 2013 at 8:54 PM, Terry Reedy wrote:
> On 11/3/2013 11:48 PM, terry.reedy wrote:
>>
>> http://hg.python.org/cpython/rev/cced7981ec4d
>> changeset: 86908:cced7981ec4d
>> branch: 2.7
>> user:Terry Jan Reedy
>> date:Sun Nov 03 23:37:54 2013 -0500
>> summary:
>>
On Sun, Nov 3, 2013 at 10:54 PM, Terry Reedy wrote:
> On 11/3/2013 11:48 PM, terry.reedy wrote:
>>
>> http://hg.python.org/cpython/rev/cced7981ec4d
>> changeset: 86908:cced7981ec4d
>> branch: 2.7
>> user:Terry Jan Reedy
>> date:Sun Nov 03 23:37:54 2013 -0500
>> summary:
>>
Hello,
I tried to install matplotlib 1.3.1 on the release candidates of Python 2.7.6
and 3.3.3.
I am on Mac OS X 10.6.8.
Although the installation gave no problems, there is a problem with Tcl/Tk.
The new Pythons have their own embedded Tcl/Tk, but when installing matplotlib
it links to the Fra
On Nov 04, 2013, at 08:04 AM, Nick Coghlan wrote:
>Since making it work would be a lot of work for minimal benefit, the most
>that could realistically be done is to make it fail a little more
>gracefully (I believe that would need to be done on the Vim side of things,
>though).
Right. I can't re
On 4 Nov 2013 03:00, "R. David Murray" wrote:
>
> I came across this in the VIM documentation:
>
> Vim can be built in four ways (:version output):
> 1. No Python support(-python, -python3)
> 2. Python 2 support only(+python or +python/dyn, -python3)
> 3. Python 3 suppo
On Sun, Nov 3, 2013 at 8:59 AM, R. David Murray wrote:
> I came across this in the VIM documentation:
>
> Vim can be built in four ways (:version output):
> 1. No Python support(-python, -python3)
> 2. Python 2 support only(+python or +python/dyn, -python3)
> 3. Python
I came across this in the VIM documentation:
Vim can be built in four ways (:version output):
1. No Python support(-python, -python3)
2. Python 2 support only(+python or +python/dyn, -python3)
3. Python 3 support only(-python, +python3 or +python3/dyn)
4. Python
"n-th version": Sorry, I don't remember the version number of the PEP :-)
http://www.python.org/dev/peps/pep-0454/
Lastest changes:
* rename disable/enable/is_enabled() to stop/start/is_tracing()
* Snapshot.apply_filters() now returns a new Snapshot instance
* a traceback now always contains