[Python-3000] [Python-3000-checkins] r45689 - in python/branches/p3yk: Include/bytesobject.h Lib/test/test_bytes.py Lib/test/test_file.py Objects/bytesobject.c Objects/fileobject.c

Barry Warsaw barry at python.org
Mon Apr 24 20:43:45 CEST 2006


On Mon, 2006-04-24 at 11:18 -0700, Guido van Rossum wrote:

> The former. I thought it was already decided? Of course, only for
> *new* code so far, to ease merges.

Here's a tiny bit of Emacs Lisp that should support the py3k style.
Only moderately tested in XEmacs 21.5.

-Barry

(defconst py3k-style
  '("python"
    (indent-tabs-mode . nil)
    (c-basic-offset . 4)
    ))

(if (not (assoc "py3k" c-style-alist))
    (c-add-style "py3k" py3k-style))

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 309 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/python-3000/attachments/20060424/d06d0bdb/attachment.pgp 


More information about the Python-3000 mailing list