Re: Where to contribute Unicode General Category encoding/decoding

2012-12-14 Thread Pander Musubi
On Friday, December 14, 2012 5:22:31 PM UTC+1, Pander Musubi wrote: > On Friday, December 14, 2012 2:07:51 PM UTC+1, Pander Musubi wrote: > > > On Friday, December 14, 2012 1:06:23 AM UTC+1, Steven D'Aprano wrote: > > > > > > > On Thu, 13 Dec 2012 07:30:57 -0800, Pander Musubi wrote: > > > >

Re: Where to contribute Unicode General Category encoding/decoding

2012-12-14 Thread Pander Musubi
On Friday, December 14, 2012 2:07:51 PM UTC+1, Pander Musubi wrote: > On Friday, December 14, 2012 1:06:23 AM UTC+1, Steven D'Aprano wrote: > > > On Thu, 13 Dec 2012 07:30:57 -0800, Pander Musubi wrote: > > > > > > > > > > > > > I was expecting PyPI. Here is the code, please advise on where

Re: Where to contribute Unicode General Category encoding/decoding

2012-12-14 Thread Pander Musubi
On Friday, December 14, 2012 1:06:23 AM UTC+1, Steven D'Aprano wrote: > On Thu, 13 Dec 2012 07:30:57 -0800, Pander Musubi wrote: > > > > > I was expecting PyPI. Here is the code, please advise on where to submit > > > it: > > > http://pastebin.com/dbzeasyq > > > > If anywhere, either a th

Re: Where to contribute Unicode General Category encoding/decoding

2012-12-13 Thread Steven D'Aprano
On Thu, 13 Dec 2012 07:30:57 -0800, Pander Musubi wrote: > I was expecting PyPI. Here is the code, please advise on where to submit > it: > http://pastebin.com/dbzeasyq If anywhere, either a third-party module, or the unicodedata standard library module. Some unanswered questions: - when wo

Re: Where to contribute Unicode General Category encoding/decoding

2012-12-13 Thread Pander Musubi
On Thursday, December 13, 2012 2:22:57 PM UTC+1, Bruno Dupuis wrote: > On Thu, Dec 13, 2012 at 01:51:00AM -0800, Pander Musubi wrote: > > > Hi all, > > > > > > I have created some handy code to encode and decode Unicode General > > Categories. To which Python Package should I contribute this?

Re: Where to contribute Unicode General Category encoding/decoding

2012-12-13 Thread Bruno Dupuis
On Thu, Dec 13, 2012 at 01:51:00AM -0800, Pander Musubi wrote: > Hi all, > > I have created some handy code to encode and decode Unicode General > Categories. To which Python Package should I contribute this? > Hi, As said in a recent thread (a graph data structure IIRC), talking about new fea

Where to contribute Unicode General Category encoding/decoding

2012-12-13 Thread Pander Musubi
Hi all, I have created some handy code to encode and decode Unicode General Categories. To which Python Package should I contribute this? Regards, Pander -- http://mail.python.org/mailman/listinfo/python-list