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
fb9d7873
Commit
fb9d7873
authored
Jan 10, 2007
by
Thomas Heller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the ctypes version number to "1.1.0".
parent
37e6502c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Lib/ctypes/__init__.py
Lib/ctypes/__init__.py
+1
-1
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/ctypes/__init__.py
View file @
fb9d7873
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
import
os
as
_os
,
sys
as
_sys
import
os
as
_os
,
sys
as
_sys
__version__
=
"1.
0.1
"
__version__
=
"1.
1.0
"
from
_ctypes
import
Union
,
Structure
,
Array
from
_ctypes
import
Union
,
Structure
,
Array
from
_ctypes
import
_Pointer
from
_ctypes
import
_Pointer
...
...
Misc/NEWS
View file @
fb9d7873
...
@@ -109,6 +109,8 @@ Core and builtins
...
@@ -109,6 +109,8 @@ Core and builtins
Library
Library
-------
-------
-
The
version
number
of
the
ctypes
package
changed
to
"1.1.0"
.
-
Bug
#
1627575
:
logging
:
Added
_open
()
method
to
FileHandler
which
can
-
Bug
#
1627575
:
logging
:
Added
_open
()
method
to
FileHandler
which
can
be
used
to
reopen
files
.
The
FileHandler
instance
now
saves
the
be
used
to
reopen
files
.
The
FileHandler
instance
now
saves
the
encoding
(
which
can
be
None
)
in
an
attribute
called
"encoding"
.
encoding
(
which
can
be
None
)
in
an
attribute
called
"encoding"
.
...
...
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