[Python-mode] Now testing latest version

2011-09-12 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've finally updated to the latest bzr version, and so far everything
seems smooth.  Some of the new customizables are really useful.

One question: what does py-backslashed-continuation-indent do?  When is
it used, and when is py-continuation-offset used?

Thanks Andreas for the work!
Georg
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.18 (GNU/Linux)

iEYEARECAAYFAk5tsCcACgkQN9GcIYhpnLBt4QCeLZluOwiud6TfaRk7JLU2Ew+E
NewAnig363s4nnGiGHHXUgL0eYhWQnfw
=tfNX
-END PGP SIGNATURE-
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


[Python-mode] version number in trunk

2011-09-12 Thread Andreas Röhler

Hi Barry,

intend to write

(defconst py-version 6.0.3)

in trunk, ie having py-version expressed number of upcoming release 
instead of the last one.


Think if user has opened two python-mode.el from trunk and release, it's 
visible that way from the number, what's the trunk.


Just FYI, cheers,

Andreas

___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] version number in trunk

2011-09-12 Thread Barry Warsaw
On Sep 12, 2011, at 10:17 AM, Andreas Röhler wrote:

intend to write

(defconst py-version 6.0.3)

in trunk, ie having py-version expressed number of upcoming release instead
of the last one.

There are lots of ways projects designate version number in unreleased
branches.  I tend to like doing x.y.z+ where x.y.z is the last official
release.

However, for python-mode, I think it's up to you how you want to handle this,
so if this works best for you, go for it.

-Barry


signature.asc
Description: PGP signature
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode