Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e1419e80
Commit
e1419e80
authored
Apr 30, 2013
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Plain Diff
#16518: merge with 3.3.
parents
3b0431dc
aa54e2ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Doc/glossary.rst
Doc/glossary.rst
+4
-0
No files found.
Doc/glossary.rst
View file @
e1419e80
...
...
@@ -78,6 +78,10 @@ Glossary
Benevolent Dictator For Life, a.k.a. `Guido van Rossum
<http://www.python.org/~guido/>`_, Python'
s
creator
.
bytes
-
like
object
An
object
that
supports
the
:
ref
:`
bufferobjects
`,
like
:
class
:`
bytes
`
or
:
class
:`
bytearray
`.
bytecode
Python
source
code
is
compiled
into
bytecode
,
the
internal
representation
of
a
Python
program
in
the
CPython
interpreter
.
The
bytecode
is
also
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment