update-ui/curl.txt

1143 lines
41 KiB
Text

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<base href="https://launchpad.net/ubuntu/noble/+source/python3-defaults/+index" />
<meta charset="UTF-8" />
<title>Noble (24.04) : python3-defaults package : Ubuntu</title>
<link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" />
<link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" />
<link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" />
<link rel="manifest" href="/@@/site.webmanifest?v=2022" />
<link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" />
<link rel="shortcut icon" href="/@@/favicon.ico?v=2022" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" />
<meta name="theme-color" content="#ffffff" />
<link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev7aa962af79d02042917108fba5eb8636b85ecd02/combo.css" />
<meta property="og:title" content="Noble (24.04) : python3-defaults package : Ubuntu" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/@@/launchpad-og-image.png" />
<meta property="og:url" content="https://launchpad.net/ubuntu/noble/+source/python3-defaults/+index" />
<meta property="og:site_name" content="Launchpad" />
<script type="text/javascript">
var LP = {
cache: {},
links: {}
};
</script>
<script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script>
<script type="text/javascript" src="/+combo/rev7aa962af79d02042917108fba5eb8636b85ecd02/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script>
<script type="text/javascript">
var raw = null;
if (LP.devmode) {
raw = 'raw';
}
YUI.GlobalConfig = {
combine: true,
comboBase: '/+combo/rev7aa962af79d02042917108fba5eb8636b85ecd02/?',
root: 'yui/',
filter: raw,
debug: false,
fetchCSS: false,
maxURLLength: 2000,
groups: {
lp: {
combine: true,
base: '/+combo/rev7aa962af79d02042917108fba5eb8636b85ecd02/?lp/',
comboBase: '/+combo/rev7aa962af79d02042917108fba5eb8636b85ecd02/?',
root: 'lp/',
// comes from including lp/meta.js
modules: LP_MODULES,
fetchCSS: false
}
}
}</script>
<script type="text/javascript">
// we need this to create a single YUI instance all events and code
// talks across. All instances of YUI().use should be based off of
// LPJS instead.
var LPJS = new YUI();
</script>
<script id="base-layout-load-scripts" type="text/javascript">
//<![CDATA[
LPJS.use('base', 'node', 'console', 'event',
'oop', 'lp', 'lp.app.foldables','lp.app.sorttable',
'lp.app.inlinehelp', 'lp.app.links',
'lp.bugs.bugtask_index', 'lp.bugs.subscribers',
'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff',
'lp.views.global',
function(Y) {
Y.on("domready", function () {
var global_view = new Y.lp.views.Global();
global_view.render();
Y.lp.app.sorttable.SortTable.init();
Y.lp.app.inlinehelp.init_help();
Y.lp.activate_collapsibles();
Y.lp.app.foldables.activate();
Y.lp.app.links.check_valid_lp_links();
});
Y.on('lp:context:web_link:changed', function(e) {
window.location = e.new_value;
});
});
//]]>
</script>
<script id="base-helper-functions" type="text/javascript">
//<![CDATA[
// This code is pulled from lp.js that needs to be available on every
// request. Pulling here to get it outside the scope of the YUI block.
function setFocusByName(name) {
// Focus the first element matching the given name which can be focused.
var nodes = document.getElementsByName(name);
var i, node;
for (i = 0; i < nodes.length; i++) {
node = nodes[i];
if (node.focus) {
try {
// Trying to focus a hidden element throws an error in IE8.
if (node.offsetHeight !== 0) {
node.focus();
}
} catch (e) {
LPJS.use('console', function(Y) {
Y.log('In setFocusByName(<' +
node.tagName + ' type=' + node.type + '>): ' + e);
});
}
break;
}
}
}
function selectWidget(widget_name, event) {
if (event && (event.keyCode === 9 || event.keyCode === 13)) {
// Avoid firing if user is tabbing through or simply pressing
// enter to submit the form.
return;
}
document.getElementById(widget_name).checked = true;
}
//]]>
</script>
</head>
<body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-overview
main_only
public
yui3-skin-sam">
<div class="yui-d0">
<div id="locationbar" class="login-logout">
<div id="logincontrol"><a href="https://launchpad.net/ubuntu/noble/+source/python3-defaults/+login">Log in / Register</a></div>
</div><!--id="locationbar"-->
<div id="watermark" class="watermark-apps-portlet">
<div>
<a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/606381979/CoF%2064px.png" /></a>
</div>
<div class="wide">
<h2 id="watermark-heading"><a href="https://launchpad.net/ubuntu">Ubuntu</a><br /><a href="https://launchpad.net/ubuntu/+source/python3-defaults">python3-defaults package</a></h2>
</div>
<!-- Application Menu -->
<ul class="facetmenu">
<li class="overview active"><a href="https://launchpad.net/ubuntu/+source/python3-defaults">Overview</a></li>
<li class="branches"><a href="https://code.launchpad.net/ubuntu/+source/python3-defaults">Code</a></li>
<li class="bugs"><a href="https://bugs.launchpad.net/ubuntu/+source/python3-defaults">Bugs</a></li>
<li class="specifications disabled-tab"><span>Blueprints</span></li>
<li class="translations"><a href="https://translations.launchpad.net/ubuntu/+source/python3-defaults">Translations</a></li>
<li class="answers"><a href="https://answers.launchpad.net/ubuntu/+source/python3-defaults">Answers</a></li>
</ul>
</div>
<div id="maincontent" class="yui-main">
<div class="yui-b" dir="ltr">
<div class="context-publication">
<h1>python3-defaults source package in Noble</h1>
<div id="registration" class="registering">
</div>
</div>
<div id="request-notifications">
</div>
<div>
<div class="top-portlet">
<div id="summary"><p>2to3: 2to3 binary using python3<br />
idle: IDE for Python using Tkinter (default version)<br />
idle3: IDE for Python using Tkinter (transitional package)<br />
libpython3-all-dbg: package depending on all supported Python 3 debugging packages<br />
libpython3-all-dev: package depending on all supported Python 3 development packages<br />
libpython3-dbg: debug build of the Python 3 Interpreter (version 3.11)<br />
libpython3-dev: header files and a static library for Python (default)<br />
libpython3-stdlib: interactive high-level object-oriented language (default python3 version)<br />
python3: interactive high-level object-oriented language (default python3 version)<br />
python3-all: package depending on all supported Python 3 runtime versions<br />
python3-all-dbg: package depending on all supported Python 3 debugging packages<br />
python3-all-dev: package depending on all supported Python 3 development packages<br />
python3-all-venv: package depending on all supported Python 3 venv modules<br />
python3-dbg: debug build of the Python 3 Interpreter (version 3.11)<br />
python3-dev: header files and a static library for Python (default)<br />
python3-doc: documentation for the high-level object-oriented language Python 3<br />
python3-examples: examples for the Python language (default version)<br />
python3-full: Default Python Interpreter with complete class library<br />
python3-minimal: minimal subset of the Python language (default python3 version)<br />
python3-nopie: Python interpreter linked without PIE (default python3 version)<br />
python3-venv: venv module for python3 (default python3 version)</p></div>
<ul class="horizontal">
<li>
<a class="menu-link-distribution_source_package sprite package-source" href="https://launchpad.net/ubuntu/+source/python3-defaults">All versions of python3-defaults source in Ubuntu</a>
</li>
</ul>
</div>
<div class="portlet">
<h2>Versions published</h2>
<dl id="publishing_history">
<dt><dfn>Release</dfn></dt>
<dd>
<p>The package versions that were published
when the distribution release was made.
</p>
<ul>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.3-0ubuntu1">python3-defaults 3.12.3-0ubuntu1</a>
(<span>main</span>)
</li>
</ul>
</dd>
<dt><dfn>Updates</dfn></dt>
<dd>
<p>Package versions including new features after the distribution
release has been made.
Updates are usually turned on by default after a fresh install.
</p>
<ul>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.3-0ubuntu2">python3-defaults 3.12.3-0ubuntu2</a>
(<span>main</span>)
</li>
</ul>
</dd>
</dl>
<ul class="horizontal">
<li>
<a class="menu-link-changelog sprite list" href="https://launchpad.net/ubuntu/noble/+source/python3-defaults/+changelog">View changelog</a>
</li>
<li>
<a class="menu-link-copyright sprite info" href="https://launchpad.net/ubuntu/noble/+source/python3-defaults/+copyright">View copyright</a>
</li>
</ul>
</div>
<div class="yui-g">
<div class="yui-u first">
<div class="portlet" id="portlet-details">
<h2>python3-defaults information</h2>
<div class="two-column-list">
<dl>
<dt>Current version:</dt>
<dd>3.12.3-0ubuntu2</dd>
</dl>
<dl>
<dt>Uploaded:</dt>
<dd><time title="2024-08-07 18:18:09 UTC" datetime="2024-08-07T18:18:09.147442+00:00">2024-08-07</time></dd>
</dl>
<dl>
<dt>Urgency:</dt>
<dd><span>Medium Urgency</span></dd>
</dl>
</div>
</div>
</div>
<div class="yui-u">
<div class="portlet">
<div id="portlet-associations">
<h2>Upstream connections</h2>
<div>
<div id="no-upstreams">
<p>
Launchpad doesn&#8217;t know which project and series this
package belongs to. Links from distribution packages to
upstream project let distribution and upstream
maintainers share bugs, patches, and translations
efficiently.
</p>
<p>
There are no projects registered in Launchpad that are a potential
match for this source package. Can you help us find one?
</p>
<div>
<form action="https://launchpad.net/ubuntu/noble/+source/python3-defaults/+index" name="launchpadform" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<table class="form" id="launchpad-form-widgets">
<tr>
<td colspan="2">
<div>
<label for="field.upstream">Registered upstream project:</label>
<div>
<label style="font-weight: normal"><input class="radioType" checked="checked" id="field.upstream.0" name="field.upstream" type="radio" value="OTHER_UPSTREAM" />&nbsp;Choose another upstream project</label><br /><label style="font-weight: normal"><input class="radioType" id="field.upstream.1" name="field.upstream" type="radio" value="REGISTER_UPSTREAM" />&nbsp;Register the upstream project</label>
<input name="field.upstream-empty-marker" type="hidden" value="1" />
</div>
</div>
</td>
</tr>
</table>
</div>
<div class="actions">
<input type="submit" id="field.actions.link" name="field.actions.link" value="Link to Upstream Project" class="button" />
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="yui-g">
<div class="yui-u first">
<div class="portlet" id="portlet-releases">
<h2>Releases in Ubuntu</h2>
<ul>
<li>
<a href="/ubuntu/+source/python3-defaults/3.11.4-5">3.11.4-5</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.11.4-5ubuntu1">3.11.4-5ubuntu1</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.11.4-5ubuntu1">3.11.4-5ubuntu1</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.1-0ubuntu1">3.12.1-0ubuntu1</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.1-0ubuntu1">3.12.1-0ubuntu1</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.1-0ubuntu1">3.12.1-0ubuntu1</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.1-0ubuntu2">3.12.1-0ubuntu2</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.1-0ubuntu2">3.12.1-0ubuntu2</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.2-0ubuntu1">3.12.2-0ubuntu1</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.2-0ubuntu1">3.12.2-0ubuntu1</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.2-0ubuntu2">3.12.2-0ubuntu2</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.2-0ubuntu2">3.12.2-0ubuntu2</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.3-0ubuntu1">3.12.3-0ubuntu1</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.3-0ubuntu1">3.12.3-0ubuntu1</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.3-0ubuntu2">3.12.3-0ubuntu2</a>
</li>
<li>
<a href="/ubuntu/+source/python3-defaults/3.12.3-0ubuntu2">3.12.3-0ubuntu2</a>
</li>
</ul>
</div>
<ul class="horizontal" style="margin-bottom: 1em;">
<li>
<a class="menu-link-builds sprite info" href="https://launchpad.net/ubuntu/noble/+source/python3-defaults/+builds">Show builds</a>
</li>
</ul>
</div>
<div class="yui-u">
<div class="portlet">
<h2>Binary packages</h2>
<div id="binaries">
<ul>
<li>
2to3
<span>
(<a href="../../amd64/2to3">amd64</a>)</span>
<span>
(<a href="../../arm64/2to3">arm64</a>)</span>
<span>
(<a href="../../armhf/2to3">armhf</a>)</span>
<span>
(<a href="../../i386/2to3">i386</a>)</span>
<span>
(<a href="../../ppc64el/2to3">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/2to3">riscv64</a>)</span>
<span>
(<a href="../../s390x/2to3">s390x</a>)</span>
</li>
<li>
idle
<span>
(<a href="../../amd64/idle">amd64</a>)</span>
<span>
(<a href="../../arm64/idle">arm64</a>)</span>
<span>
(<a href="../../armhf/idle">armhf</a>)</span>
<span>
(<a href="../../i386/idle">i386</a>)</span>
<span>
(<a href="../../ppc64el/idle">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/idle">riscv64</a>)</span>
<span>
(<a href="../../s390x/idle">s390x</a>)</span>
</li>
<li>
idle3
<span>
(<a href="../../amd64/idle3">amd64</a>)</span>
<span>
(<a href="../../arm64/idle3">arm64</a>)</span>
<span>
(<a href="../../armhf/idle3">armhf</a>)</span>
<span>
(<a href="../../i386/idle3">i386</a>)</span>
<span>
(<a href="../../ppc64el/idle3">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/idle3">riscv64</a>)</span>
<span>
(<a href="../../s390x/idle3">s390x</a>)</span>
</li>
<li>
libpython3-all-dbg
<span>
(<a href="../../amd64/libpython3-all-dbg">amd64</a>)</span>
<span>
(<a href="../../arm64/libpython3-all-dbg">arm64</a>)</span>
<span>
(<a href="../../armhf/libpython3-all-dbg">armhf</a>)</span>
<span>
(<a href="../../i386/libpython3-all-dbg">i386</a>)</span>
<span>
(<a href="../../ppc64el/libpython3-all-dbg">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/libpython3-all-dbg">riscv64</a>)</span>
<span>
(<a href="../../s390x/libpython3-all-dbg">s390x</a>)</span>
</li>
<li>
libpython3-all-dev
<span>
(<a href="../../amd64/libpython3-all-dev">amd64</a>)</span>
<span>
(<a href="../../arm64/libpython3-all-dev">arm64</a>)</span>
<span>
(<a href="../../armhf/libpython3-all-dev">armhf</a>)</span>
<span>
(<a href="../../i386/libpython3-all-dev">i386</a>)</span>
<span>
(<a href="../../ppc64el/libpython3-all-dev">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/libpython3-all-dev">riscv64</a>)</span>
<span>
(<a href="../../s390x/libpython3-all-dev">s390x</a>)</span>
</li>
<li>
libpython3-dbg
<span>
(<a href="../../amd64/libpython3-dbg">amd64</a>)</span>
<span>
(<a href="../../arm64/libpython3-dbg">arm64</a>)</span>
<span>
(<a href="../../armhf/libpython3-dbg">armhf</a>)</span>
<span>
(<a href="../../i386/libpython3-dbg">i386</a>)</span>
<span>
(<a href="../../ppc64el/libpython3-dbg">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/libpython3-dbg">riscv64</a>)</span>
<span>
(<a href="../../s390x/libpython3-dbg">s390x</a>)</span>
</li>
<li>
libpython3-dev
<span>
(<a href="../../amd64/libpython3-dev">amd64</a>)</span>
<span>
(<a href="../../arm64/libpython3-dev">arm64</a>)</span>
<span>
(<a href="../../armhf/libpython3-dev">armhf</a>)</span>
<span>
(<a href="../../i386/libpython3-dev">i386</a>)</span>
<span>
(<a href="../../ppc64el/libpython3-dev">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/libpython3-dev">riscv64</a>)</span>
<span>
(<a href="../../s390x/libpython3-dev">s390x</a>)</span>
</li>
<li>
libpython3-stdlib
<span>
(<a href="../../amd64/libpython3-stdlib">amd64</a>)</span>
<span>
(<a href="../../arm64/libpython3-stdlib">arm64</a>)</span>
<span>
(<a href="../../armhf/libpython3-stdlib">armhf</a>)</span>
<span>
(<a href="../../i386/libpython3-stdlib">i386</a>)</span>
<span>
(<a href="../../ppc64el/libpython3-stdlib">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/libpython3-stdlib">riscv64</a>)</span>
<span>
(<a href="../../s390x/libpython3-stdlib">s390x</a>)</span>
</li>
<li>
python3
<span>
(<a href="../../amd64/python3">amd64</a>)</span>
<span>
(<a href="../../arm64/python3">arm64</a>)</span>
<span>
(<a href="../../armhf/python3">armhf</a>)</span>
<span>
(<a href="../../i386/python3">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3">s390x</a>)</span>
</li>
<li>
python3-all
<span>
(<a href="../../amd64/python3-all">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-all">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-all">armhf</a>)</span>
<span>
(<a href="../../i386/python3-all">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-all">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-all">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-all">s390x</a>)</span>
</li>
<li>
python3-all-dbg
<span>
(<a href="../../amd64/python3-all-dbg">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-all-dbg">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-all-dbg">armhf</a>)</span>
<span>
(<a href="../../i386/python3-all-dbg">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-all-dbg">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-all-dbg">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-all-dbg">s390x</a>)</span>
</li>
<li>
python3-all-dev
<span>
(<a href="../../amd64/python3-all-dev">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-all-dev">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-all-dev">armhf</a>)</span>
<span>
(<a href="../../i386/python3-all-dev">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-all-dev">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-all-dev">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-all-dev">s390x</a>)</span>
</li>
<li>
python3-all-venv
<span>
(<a href="../../amd64/python3-all-venv">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-all-venv">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-all-venv">armhf</a>)</span>
<span>
(<a href="../../i386/python3-all-venv">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-all-venv">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-all-venv">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-all-venv">s390x</a>)</span>
</li>
<li>
python3-dbg
<span>
(<a href="../../amd64/python3-dbg">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-dbg">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-dbg">armhf</a>)</span>
<span>
(<a href="../../i386/python3-dbg">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-dbg">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-dbg">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-dbg">s390x</a>)</span>
</li>
<li>
python3-dev
<span>
(<a href="../../amd64/python3-dev">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-dev">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-dev">armhf</a>)</span>
<span>
(<a href="../../i386/python3-dev">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-dev">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-dev">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-dev">s390x</a>)</span>
</li>
<li>
python3-doc
<span>
(<a href="../../amd64/python3-doc">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-doc">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-doc">armhf</a>)</span>
<span>
(<a href="../../i386/python3-doc">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-doc">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-doc">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-doc">s390x</a>)</span>
</li>
<li>
python3-examples
<span>
(<a href="../../amd64/python3-examples">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-examples">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-examples">armhf</a>)</span>
<span>
(<a href="../../i386/python3-examples">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-examples">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-examples">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-examples">s390x</a>)</span>
</li>
<li>
python3-full
<span>
(<a href="../../amd64/python3-full">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-full">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-full">armhf</a>)</span>
<span>
(<a href="../../i386/python3-full">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-full">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-full">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-full">s390x</a>)</span>
</li>
<li>
python3-minimal
<span>
(<a href="../../amd64/python3-minimal">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-minimal">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-minimal">armhf</a>)</span>
<span>
(<a href="../../i386/python3-minimal">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-minimal">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-minimal">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-minimal">s390x</a>)</span>
</li>
<li>
python3-nopie
<span>
(<a href="../../amd64/python3-nopie">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-nopie">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-nopie">armhf</a>)</span>
<span>
(<a href="../../i386/python3-nopie">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-nopie">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-nopie">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-nopie">s390x</a>)</span>
</li>
<li>
python3-venv
<span>
(<a href="../../amd64/python3-venv">amd64</a>)</span>
<span>
(<a href="../../arm64/python3-venv">arm64</a>)</span>
<span>
(<a href="../../armhf/python3-venv">armhf</a>)</span>
<span>
(<a href="../../i386/python3-venv">i386</a>)</span>
<span>
(<a href="../../ppc64el/python3-venv">ppc64el</a>)</span>
<span>
(<a href="../../riscv64/python3-venv">riscv64</a>)</span>
<span>
(<a href="../../s390x/python3-venv">s390x</a>)</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="portlet">
<h2>Download files from current release (3.12.3-0ubuntu2)</h2>
<div id="files">
<table class="wide listing">
<thead>
<tr>
<th>File</th>
<th>Size</th>
<th>SHA-256 Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a class="sprite download" href="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/python3-defaults/3.12.3-0ubuntu2/python3-defaults_3.12.3-0ubuntu2.tar.gz">python3-defaults_3.12.3-0ubuntu2.tar.gz</a>
</td>
<td>144.3 KiB</td>
<td>8b18bba0230e617c9c50da06970fff86b921ccdffc068f85afd3f1089b8c7347</td>
</tr>
<tr>
<td>
<a class="sprite download" href="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/python3-defaults/3.12.3-0ubuntu2/python3-defaults_3.12.3-0ubuntu2.dsc">python3-defaults_3.12.3-0ubuntu2.dsc</a>
</td>
<td>3.0 KiB</td>
<td>6636b36d83e66dd2c2d6405778d851dc3062bdf2250485427d4592e35c5e14e5</td>
</tr>
</tbody>
</table>
</div>
<h2>Package relationships</h2>
<table width="100%" valign="top">
<tr>
<td id="depends">
<h3>Build dependencies</h3>
<ul>
<li>
<a href="https://launchpad.net/ubuntu/noble/+package/debhelper">
debhelper
(&gt;=
11)
</a>
</li>
<li>
<a href="https://launchpad.net/ubuntu/noble/+package/dpkg-dev">
dpkg-dev
(&gt;=
1.17.11)
</a>
</li>
<li>
<a href="https://launchpad.net/ubuntu/noble/+package/html2text">
html2text
</a>
</li>
<li>
<a href="https://launchpad.net/ubuntu/noble/+package/python3-docutils">
python3-docutils
</a>
</li>
<li>
<a href="https://launchpad.net/ubuntu/noble/+package/python3-sphinx">
python3-sphinx
</a>
</li>
<li>
<a href="https://launchpad.net/ubuntu/noble/+package/python3.12">
python3.12
(&gt;=
3.12.3-0~)
</a>
</li>
<li>
<a href="https://launchpad.net/ubuntu/noble/+package/python3.12-minimal">
python3.12-minimal
</a>
</li>
</ul>
</td>
<td id="dependsindep">
<h3>Platform-independent build dependencies</h3>
</td>
<td id="dependsarch">
<h3>Platform-dependent build dependencies</h3>
</td>
</tr>
<tr>
<td id="conflicts">
<h3>Build conflicts</h3>
</td>
<td id="conflictsindep">
<h3>Platform-independent build dependencies</h3>
</td>
<td id="conflictsarch">
<h3>Platform-dependent build dependencies</h3>
</td>
</tr>
</table>
</div>
</div>
</div><!-- yui-b -->
</div><!-- yui-main -->
<!-- yui-b side -->
<!-- yui-t4 -->
<div id="footer" class="footer">
<div class="lp-arcana">
<div class="lp-branding">
<a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a>
&nbsp;&bull;&nbsp;
<a href="https://launchpad.net/+tour">Take the tour</a>
&nbsp;&bull;&nbsp;
<a href="https://help.launchpad.net/">Read the guide</a>
&nbsp;
<form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search">
<input type="search" id="search-text" name="field.text" />
<input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" />
</form>
</div>
</div>
<div class="colophon">
&copy; 2004
<a href="http://canonical.com/">Canonical&nbsp;Ltd.</a>
&nbsp;&bull;&nbsp;
<a href="https://launchpad.net/legal">Terms of use</a>
&nbsp;&bull;&nbsp;
<a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a>
&nbsp;&bull;&nbsp;
<a href="/feedback">Contact Launchpad Support</a>
&nbsp;&bull;&nbsp;
<a href="http://blog.launchpad.net/">Blog</a>
&nbsp;&bull;&nbsp;
<a href="https://canonical.com/careers">Careers</a>
&nbsp;&bull;&nbsp;
<a href="https://ubuntu.social/@launchpadstatus">System status</a>
<span id="lp-version">
&nbsp;&bull;&nbsp;
7aa962a
(<a href="https://documentation.ubuntu.com/launchpad/">Get the code!</a>)
</span>
</div>
</div>
</div><!-- yui-d0-->
<script id="json-cache-script">LP.cache = {"related_features": {}, "context": {"self_link": "https://launchpad.net/api/devel/ubuntu/noble/+source/python3-defaults", "web_link": "https://launchpad.net/ubuntu/noble/+source/python3-defaults", "resource_type_link": "https://launchpad.net/api/devel/#source_package", "bug_reporting_guidelines": "Are you uncertain if your issue is really a bug? Then ask a support question about Ubuntu at http://answers.launchpad.net/ubuntu/ - these can be made into bugs later. Another support venue is http://askubuntu.com.\n\nIf you are certain this is a bug please include the source package the bug is in. For help see https://wiki.ubuntu.com/Bugs/FindRightPackage.\n\nWe also need:\n\n1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -\u003e About Ubuntu\n2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center\n3) What you expected to happen\n4) What happened instead\n\nMost of this information is gathered when you use apport to report the bug. See https://help.ubuntu.com/community/ReportingBugs for complete details.\n\nThe Ubuntu community has also created debugging procedures for a wide variety of packages at https://wiki.ubuntu.com/DebuggingProcedures. Following the debugging instructions for the affected package will make your bug report much more complete. Thanks!", "content_templates": null, "bug_reported_acknowledgement": "Thank you for spending your time helping to make Ubuntu better with this bug report. Reporting a bug is the first step in the bug fixing process. As a part of that process you may need to answer some questions to help developers work on your bug. You can learn more about how we triage bug reports at http://wiki.ubuntu.com/Bugs/HowToTriage.\n", "official_bug_tags": ["a11y", "appstream", "bionic", "bisect-done", "bitesize", "block-proposed", "block-proposed-focal", "block-proposed-jammy", "block-proposed-noble", "block-proposed-oracular", "cherry-pick", "community-security", "desktop-file", "dist-upgrade", "fixed-upstream", "focal", "ftbfs", "hw-specific", "jammy", "kernel-bug", "manpage", "metabug", "multiarch", "multigpu", "multimonitor", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "noble", "nvidia", "oracular", "package-conflict", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "plucky", "qt4-removal", "questing", "regression-proposed", "regression-release", "regression-update", "string-fix", "suspend-resume", "systemd-boot", "testcase", "unmetdeps", "update-excuse", "upgrade-software-version", "verification-done-bionic", "verification-done-focal", "verification-done-jammy", "verification-done-noble", "verification-done-oracular", "verification-done-plucky", "verification-failed-bionic", "verification-failed-jammy", "verification-needed-bionic", "verification-needed-focal", "verification-needed-jammy", "verification-needed-noble", "verification-needed-oracular", "verification-needed-plucky", "wayland"], "name": "python3-defaults", "displayname": "python3-defaults in Ubuntu Noble", "distribution_link": "https://launchpad.net/api/devel/ubuntu", "distroseries_link": "https://launchpad.net/api/devel/ubuntu/noble", "productseries_link": null, "latest_published_component_name": "main", "http_etag": "\"d4e17ed1c40465554f63a05ce43f1a8decc21106-c744a10da43cf5e4e38b2fe359a1e618ba2a0f5d\""}};</script>
</body>
<!--
Facet name: overview
Page type: main_only
Has global search: True
Has application tabs: True
Has side portlets: False
At least 46 queries/external actions issued in 1.61 seconds
Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None}
r7aa962a
-->
</html>