[python-committers] Greeting from INADA Naoki

Victor Stinner victor.stinner at gmail.com
Wed Sep 28 10:14:08 EDT 2016


Hi,

It's nice to have you on board to take care of the new implementation
of dict :-) Welcome!

Since you are japanese and probably know well issues with encodings,
it would be nice if you test Python 3.6, especially on Windows, to see
if you see some potential issues and/or enhancements. Python 3.6
changed deeply how bytes data is handled on Windows, it now uses utf8
by default for many things (Steve Dower PEPs). Are you developing on
Windows, Linux or something else?

Victor

2016-09-27 19:35 GMT+02:00 INADA Naoki <songofacandy at gmail.com>:
> Hi, all.
>
> Thank you, Yury and all for approve me.
>
> I'll focus on polishing dict implementation, and getting familiar with
> workflow until 3.6.
>
> Self-introduction:
>
> * Github account name is methane
>
> * Maintainer of Japanese translation of Python document (http://docs.python.jp )
>
> * Maintainer of two common MySQL driver: mysqlclient (successor of MySQL-python)
>   and PyMySQL; And serialization library: msgpack-python.
>
> * My skills are network application programming on Linux, C, and Go.
>
> * I'm not fluent in English. I'm not good at writing documentation and
> joining long
>   discussion.  I want to contribute in C and Python code.
>
> * My interest is performance, efficiency, and simplicity.
>
> Regards,
>
> --
> INADA Naoki  <songofacandy at gmail.com>
> _______________________________________________
> python-committers mailing list
> python-committers at python.org
> https://mail.python.org/mailman/listinfo/python-committers
> Code of Conduct: https://www.python.org/psf/codeofconduct/


More information about the python-committers mailing list