ADVERTISEMENT

Biden pardons thousands for cannabis possession

Published Oct 8, 2022 08:26 am

WASHINGTON, United States- US President Joe Biden on Thursday pardoned thousands of Americans convicted of marijuana possession in a major new step towards destigmatizing the drug -- and fulfilling a promise to his supporters a month before midterm elections.

U.S. President Joe Biden (Michael M. Santiago/Getty Images/AFP FILE)

"I am announcing a pardon of all prior federal offenses of simple possession of marijuana," Biden said.

He did not call for fully decriminalizing cannabis, saying that "limitations on trafficking, marketing and under-age sales should stay in place."

Instead, the president homed in on individual possession of a substance that the government health authorities estimate was used by at least 18 percent of the population in 2019 -- and which is already permitted by multiple state governments for recreational or medical purposes.

In addition to the pardons, Biden instructed the departments of justice and health to determine whether cannabis should be reclassified as a less dangerous substance.

Officials told reporters that about 6,500 people are directly affected by convictions under federal marijuana statutes. Clemency will extend to thousands more convicted under laws in the federal capital, Washington.

However, Biden's gesture aims to take the shift much further, putting pressure on state authorities everywhere to follow suit.

"I am urging all governors to do the same with regard to state offenses. Just as no one should be in a federal prison solely due to the possession of marijuana, no one should be in a local jail or state prison for that reason, either," Biden said.

- Political impact -
The move was announced abruptly by video message and in a written statement, with no previous build-up by the White House.

However, the impact is expected to be significant, both legally and politically, allowing Biden to seize the narrative on a trend toward decriminalization that swaths of the country have already embraced.

Ahead of the November 8 midterms, where his Democrats are struggling to hold onto even partial control of Congress, Biden has now satisfied a key demand from racial justice activists angered at the way enforcement of cannabis laws often targets ethnic minorities.

"Sending people to prison for possessing marijuana has upended too many lives and incarcerated people for conduct that many states no longer prohibit," Biden said.

He noted that non-white people are disproportionately affected by marijuana possession convictions, which in addition to sometimes including jail time can unleash years of legal fallout, creating difficulties in getting work and education.

The third measure announced was an instruction for federal health and justice officials to "review expeditiously how marijuana is scheduled under federal law."

Currently, federal law lumps marijuana in with what are widely accepted to be far more dangerous narcotics such as heroin and LSD. It is in a group higher than the relatively modern -- and hugely addictive -- drugs fentanyl and methamphetamine.

Senate leader Chuck Schumer, a key Biden ally who is fighting to try and keep the chamber under Democratic control in November, said the president's move recognized that the so-called "war on drugs" has been "a war on people and particularly people of color."

Derrick Johnson, president of the NAACP, a leading Black civil rights organization, said on Twitter: "We applaud President Biden."

"Correcting unequal treatment -- including marijuana reform -- has been a priority issue for the NAACP for decades."

Cynthia Roseberry, with the powerful American Civil Liberties Union, echoed the praise, saying Biden was partly lifting the "long shadow" cast by draconian drug laws, while the Marijuana Policy Project, which campaigns for legal reforms, called Biden's decision "historic."

Republican Senator Tom Cotton, however, accused Biden of going soft on crime in a bid to distract.

"In the midst of a crime wave and on the brink of a recession, Joe Biden is giving blanket pardons to drug offenders -- many of whom pled down from more serious charges. This is a desperate attempt to distract from failed leadership," Cotton said on Twitter.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.