Python论坛  - 讨论区

标题:[python-chinese] Jython Beta and 2.2发布

2007年02月16日 星期五 15:08

jejwe jejwester在gmail.com
星期五 二月 16 15:08:23 HKT 2007

February 3, 2007
 Jython Beta and 2.2

To get to a Beta we need the following:

1. We need to get the tool output from Pedroni's program referenced at
http://sourceforge.net/mailarchive/message.php?msg_id=37797385 to give us a
clean result, or at least very close to a clean result

2. We need to get more of test_descr working. Charlie Groves has created bug
reports for most of the remaining work for test_descr. At that point we will
be ready for a beta, and on to a real release. For 2.2 we will not be
considering much beyond these problems. Bugs will be looked at on a case by
case basis and many will not be fixed for 2.2. Jython in its current state
is quite fragile, and fixing one bug often leads to many more.



http://www.jython.org/Project/roadmap.html
-------------- 下一部分 --------------
??HTML?????...
URL: http://python.cn/pipermail/python-chinese/attachments/20070216/9d2a1d55/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月16日 星期五 15:27

HoLin holin.he在gmail.com
星期五 二月 16 15:27:49 HKT 2007

Jython又开始更新了?好消息啊

2007/2/16, jejwe <jejwester在gmail.com>:
>
>
> February 3, 2007
>
> Jython Beta and 2.2
>
> To get to a Beta we need the following:
>
> 1. We need to get the tool output from Pedroni's program referenced at
> http://sourceforge.net/mailarchive/message.php?msg_id=37797385
> to give us a clean result, or at least very close to a clean result
>
> 2. We need to get more of test_descr working. Charlie Groves has created bug
> reports for most of the remaining work for test_descr. At that point we will
> be ready for a beta, and on to a real release. For 2.2 we will not be
> considering much beyond these problems. Bugs will be looked at on a case by
> case basis and many will not be fixed for 2.2. Jython in its current state
> is quite fragile, and fixing one bug often leads to many more.
>
>
>
> http://www.jython.org/Project/roadmap.html
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>


-- 
Regards
HoLin

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月16日 星期五 16:48

唐东军 ttkk1024在163.com
星期五 二月 16 16:48:28 HKT 2007

估计是受到jruby的刺激,python社区有所反应了~!   
在2007-02-16,jejwe <jejwester在gmail.com> 写道:
February 3, 2007Jython Beta and 2.2
To get to a Beta we need the following:
1. We need to get the tool output from Pedroni's program referenced athttp://sourceforge.net/mailarchive/message.php?msg_id=37797385to give us a clean result, or at least very close to a clean result
2. We need to get more of test_descr working. Charlie Groves has created bug reports for most of the remaining work for test_descr. At that point we will be ready for a beta, and on to a real release. For 2.2 we will not be considering much beyond these problems. Bugs will be looked at on a case by case basis and many will not be fixed for 2.2. Jython in its current state is quite fragile, and fixing one bug often leads to many more.
 
http://www.jython.org/Project/roadmap.html
-------------- 涓嬩竴閮ㄥ垎 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070216/57ef5a17/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月17日 星期六 15:42

py py.7在163.com
星期六 二月 17 15:42:46 HKT 2007

各位同学,高手!

   求教哪有django关于表单处理和mysql关联的教程可以学习哈,要中文版的小弟英文实在不咋地,先谢啦` ...



        致
礼!
 
				 
        李李
        py.7在163.com
          2007-02-17


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月18日 星期日 01:35

风向标 vaneoooo在gmail.com
星期日 二月 18 01:35:35 HKT 2007

Django step by step ¡£¡£¡£ÖÐÎĵÄ
±íµ¥Ìá½»ÔÚµÚ¶þ½Ú¾ÍÓС£

´º½ÚÓä¿ì
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070218/ba8ea372/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月21日 星期三 20:27

大郎 iexper在gmail.com
星期三 二月 21 20:27:36 HKT 2007

´¦Àí±íµ¥ÓÃ
username = request.POST['username']

ÓëÊý¾Ý¿âµÄ²Ù×÷£¬ÔÚDjangoÀï²Ù×÷¿ÉÒÔ¿´×÷ÊÇÓëµ×²ãÊý¾Ý¿âÀàÐÍÎ޹أ¬ËùÒÔ»¹µÃ¿´Îĵµ£¬ÀàËÆÕâÑù

from .... import mytable

ts = mytable.object.get(id=id)
title = ts.title
content = ts.content

ÎÒ¾õµÃºÜÓбØÒª°ÑDjangoÖеÄÊý¾Ý¿â²Ù×÷¶¼ÕûÀíÒ»·Ý³öÀ´£¬¼±±¸²Î¿¼£¬ÒòΪÕâ²»ÏñÎÒÃÇÒÔÇ°ÓõÄsqlÖ±½Óд²éѯ

-__-


On 2/18/07, ·çÏò±ê <vaneoooo在gmail.com> wrote:
>
> Django step by step ¡£¡£¡£ÖÐÎĵÄ
> ±íµ¥Ìá½»ÔÚµÚ¶þ½Ú¾ÍÓС£
>
> ´º½ÚÓä¿ì
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
ÈËÉúÈôÖ»Èç³õ¼û¡­¡­
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070221/2590bb50/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月26日 星期一 19:04

JimCheng@CCF witcheng在gmail.com
星期一 二月 26 19:04:09 HKT 2007

一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070226/89c8405c/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月26日 星期一 19:45

Linker Lin linkerlin88在gmail.com
星期一 二月 26 19:45:59 HKT 2007

不看好。
主要是SUN的支持不好。


On 2/26/07, JimCheng在CCF <witcheng在gmail.com> wrote:
>
> 上帝啊,终于活过来了~~
>
> jejwe 写道:
>
>  February 3, 2007
>  Jython Beta and 2.2
>
> To get to a Beta we need the following:
>
> 1. We need to get the tool output from Pedroni's program referenced at http://sourceforge.net/mailarchive/message.php?msg_id=37797385
> to give us a clean result, or at least very close to a clean result
>
> 2. We need to get more of test_descr working. Charlie Groves has created
> bug reports for most of the remaining work for test_descr. At that point we
> will be ready for a beta, and on to a real release. For 2.2 we will not be
> considering much beyond these problems. Bugs will be looked at on a case by
> case basis and many will not be fixed for 2.2. Jython in its current state
> is quite fragile, and fixing one bug often leads to many more.
>
>
>
> http://www.jython.org/Project/roadmap.html
>
>
>
> ------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
Linker M Lin
linkerlin88在gmail.com
  ※※※※※※※※※
  ※※我思故我在※※
  ※※※※※※※※※
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070226/af491389/attachment-0001.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月27日 星期二 12:23

batfree batfreelist在gmail.com
星期二 二月 27 12:23:26 HKT 2007

Linker Lin 写道:
> 不看好。
> 主要是SUN的支持不好。
>
>  
现在Java对脚本语言比较友好了。Sun好象意识到这个问题了,象Groove语言都发 
展很快。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年02月28日 星期三 14:22

于业平 yyp226在gmail.com
星期三 二月 28 14:22:30 HKT 2007

>
> 希望Jython 可以把任意 根据 Jython 写的 py 文件编译成 java byteCode 就 OK了,
>
可以想象 Jython  中自带的那个 Swing Demo : Console.py (swing 版的 Jython Command Line
交互模式) 不是可以直接编译下就可以通过 Applet 方式把 Python 放到网页中 ,
^_^ , 其实不行的 ,我 编译打包 Jar 后运行失败了 。

可有大大出来弄个OK 的 。



在07-2-26,Linker Lin <linkerlin88 at gmail.com> 写道:
>
> 不看好。
> 主要是SUN的支持不好。
>
>
>
> On 2/26/07, JimCheng at CCF <witcheng at gmail.com> wrote:
> >
> > 上帝啊,终于活过来了~~
> >
> > jejwe 写道:
> >
> >
> >
> > February 3, 2007
> >
> > Jython Beta and 2.2
> >
> > To get to a Beta we need the following:
> >
> > 1. We need to get the tool output from Pedroni's program referenced at
http://sourceforge.net/mailarchive/message.php?msg_id=37797385 to give us a
clean result, or at least very close to a clean result
> >
> > 2. We need to get more of test_descr working. Charlie Groves has created
bug reports for most of the remaining work for test_descr. At that point we
will be ready for a beta, and on to a real release. For 2.2 we will not be
considering much beyond these problems. Bugs will be looked at on a case by
case basis and many will not be fixed for  2.2. Jython in its current state
is quite fragile, and fixing one bug often leads to many more.
> >
> >
> >
> > http://www.jython.org/Project/roadmap.html
> >
> >  ________________________________

> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
python-chinese-request at lists.python.cn
> > Detail Info:  http://python.cn/mailman/listinfo/python-chinese
> >
>
>
>
> --
> Linker M Lin
> linkerlin88 at gmail.com
>   ※※※※※※※※※
>   ※※我思故我在※※
>   ※※※※※※※※※
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070228/0aae18cf/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jython.gif
Type: image/gif
Size: 11439 bytes
Desc: not available
Url : http://python.cn/pipermail/python-chinese/attachments/20070228/0aae18cf/attachment-0001.gif 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号