Search:
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 13
and
Version 14
of
Python
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
02/04/08 01:59:23 (
17 years
ago)
Author:
atzm
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Python
v13
v14
44
44
'a4a2a4a4a4a6a4a8a4aa'
45
45
}}}
46
* こんなこともできる
47
{{{
48
#!python
49
>>> 'あいうえお'.encode('hex')
50
'a4a2a4a4a4a6a4a8a4aa'
51
}}}
52
* 詳細は pydoc encodings
46
53
47
54
== 行列の行と列を入れ替えるワンライナー ==